Skip to content

Commit ac13af4

Browse files
committed
fix double logging
Signed-off-by: Tim Farber-Newman <[email protected]>
1 parent 798e89c commit ac13af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/impl/streaming/AbstractBlockNodeConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ final boolean updateConnectionState(
118118

119119
if (!latestState.canTransitionTo(newState)) {
120120
logger.warn(
121-
"{} Attempted to downgrade state from {} to {}, but this is not allowed; this is not allowed",
121+
"{} Attempted to downgrade state from {} to {}, but this is not allowed",
122122
this,
123123
latestState,
124124
newState);

0 commit comments

Comments
 (0)