mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Improve logging around message processing.
This commit is contained in:
@@ -914,7 +914,7 @@ public final class MessageContentProcessor {
|
||||
boolean sideEffect)
|
||||
throws StorageFailedException
|
||||
{
|
||||
log(content.getTimestamp(), "Expiration update.");
|
||||
log(content.getTimestamp(), "Expiration update. Side effect: " + sideEffect);
|
||||
|
||||
if (groupId.isPresent() && groupId.get().isV2()) {
|
||||
warn(String.valueOf(content.getTimestamp()), "Expiration update received for GV2. Ignoring.");
|
||||
|
||||
Reference in New Issue
Block a user