Skip to content

Commit 9399c41

Browse files
committed
Update
1 parent 7b14fc1 commit 9399c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/main/java/org/neo4j/driver/internal/async/inbound/InboundMessageDispatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public void handleChannelError( Throwable error )
186186
handler.onFailure( currentError );
187187
}
188188

189-
log.debug( "Closing channel because of a failure '%s'", error );
189+
log.debug( "Closing channel because of a failure", error );
190190
channel.close();
191191
}
192192

0 commit comments

Comments
 (0)