Improve logging around message processing.
This commit is contained in:
parent
62414e72b5
commit
e8b3d2c7aa
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||
|
|
Loading…
Add table
Reference in a new issue