Skip to content

Commit

Permalink
Update log format placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
eager-signal committed Jan 8, 2025
1 parent f0aa44d commit 36760ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ private static boolean hasAnyMembershipChanges(ByteString groupId, Iterable<Grou
// this should never happen, but if it does, be conservative and assume we had a membership
// change rather than 500ing, since unparseable state in the group table isn't something
// that will go away
logger.error("unparseable protocol buffer in group change logs for group %s", HexFormat.of().formatHex(groupId.toByteArray()));
logger.error("unparseable protocol buffer in group change logs for group {}", HexFormat.of().formatHex(groupId.toByteArray()));
return true;
}
}
Expand Down

0 comments on commit 36760ed

Please sign in to comment.