Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeCqupt committed Nov 8, 2024
1 parent 1919056 commit 857378e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void run() {
connectionManager.connect(socketAddress);
}
catch (Throwable e) {
log.warn("reconnect {} fail.", socketAddress);
log.warn("reconnect {} fail.", socketAddress, e);
reconnectAddresses.addIfAbsent(socketAddress);
}
}
Expand Down

0 comments on commit 857378e

Please sign in to comment.