Improve logging around message processing.

This commit is contained in:
Greyson Parrelli 2023-02-22 21:58:45 -05:00
parent 62414e72b5
commit e8b3d2c7aa

View file

@ -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.");