We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c3c93 commit 2a76d63Copy full SHA for 2a76d63
src/com/rabbitmq/client/AlreadyClosedException.java
@@ -31,6 +31,6 @@ public AlreadyClosedException(ShutdownSignalException sse)
31
sse.isInitiatedByApplication(),
32
sse.getReason(),
33
sse.getReference(),
34
- (sse.isHardError() ? "connection" : "channel" + " is already closed due to "));
+ (sse.isHardError() ? "connection" : "channel" + " is already closed due to previous "));
35
}
36
0 commit comments