Skip to content

Commit 38b5fd8

Browse files
thisisnshwillhoy
authored andcommitted
Update rmqamqp_connection.cpp
Signed-off-by: Nishant <hadanis.singh@gmail.com>
1 parent 692aa4e commit 38b5fd8

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

src/rmq/rmqamqp/rmqamqp_connection.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -630,11 +630,10 @@ class Connection::ConnectionMethodProcessor {
630630
conn.sendConnectionCloseOk();
631631

632632
if (closeMethod.classId() || closeMethod.methodId()) {
633-
conn.d_retryHandler->errorCallback()("Connection=" +
634-
conn.d_connectionName +
635-
" Connection error " +
636-
closeMethod.replyText(),
637-
closeMethod.replyCode());
633+
conn.d_retryHandler->errorCallback()(
634+
"Connection=" + conn.d_connectionName + " Connection error " +
635+
closeMethod.replyText(),
636+
closeMethod.replyCode());
638637
}
639638
}
640639

0 commit comments

Comments
 (0)