Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Oct 22, 2024
1 parent 6685261 commit 9fcb024
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ public void connected(Channel ch) throws RemotingException {
@Override
public void disconnected(Channel ch) throws RemotingException {
if (getChannelsSize() == 0) {
logger.info("All clients has disconnected from " + ch.getLocalAddress() + ". You can graceful shutdown now.");
logger.info(
"All clients has disconnected from " + ch.getLocalAddress() + ". You can graceful shutdown now.");
}
super.disconnected(ch);
}
Expand Down

0 comments on commit 9fcb024

Please sign in to comment.