Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Hrdlovics committed Dec 8, 2021
1 parent 09a7a01 commit 7541e54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public void onChannelInactive() {
}
}
if (!partitionClientsNotRemoved.isEmpty()) {
LOGGER.info(String.format("WaltzServerHandler ClientId: %d, SeqNum: %d, PartitionsNotRemoved: %s",
LOGGER.info(String.format("WaltzServerHandler ClientId: %d, SeqNum: %d, partitionClientsNotRemoved: %s",
handler.clientId, handler.seqNum, partitionClientsNotRemoved));
}
}
Expand Down

0 comments on commit 7541e54

Please sign in to comment.