We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 692aa4e commit 38b5fd8Copy full SHA for 38b5fd8
1 file changed
src/rmq/rmqamqp/rmqamqp_connection.cpp
@@ -630,11 +630,10 @@ class Connection::ConnectionMethodProcessor {
630
conn.sendConnectionCloseOk();
631
632
if (closeMethod.classId() || closeMethod.methodId()) {
633
- conn.d_retryHandler->errorCallback()("Connection=" +
634
- conn.d_connectionName +
635
- " Connection error " +
636
- closeMethod.replyText(),
637
- closeMethod.replyCode());
+ conn.d_retryHandler->errorCallback()(
+ "Connection=" + conn.d_connectionName + " Connection error " +
+ closeMethod.replyText(),
+ closeMethod.replyCode());
638
}
639
640
0 commit comments