Skip to content

Commit

Permalink
modify log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Radeity committed May 22, 2023
1 parent aaf7a6a commit 90cc7b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ public void onChannelInactive(ConnectionId connectionId) {
@Override
public void exceptionCaught(TransportException cause,
ConnectionId connectionId) {
LOG.warn("Exception caught for connection:{}, root cause:",
LOG.error("Exception caught for connection:{}, root cause:",
connectionId, cause);
connManager.shutdownClients();
connManager.shutdownServer();
}

public void waitReceivedAllMessages() {
Expand Down

0 comments on commit 90cc7b6

Please sign in to comment.