Skip to content

Commit

Permalink
Update rmqamqp_connection.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: Nishant <[email protected]>
  • Loading branch information
ThisIsNSH authored and willhoy committed Dec 8, 2024
1 parent 692aa4e commit 38b5fd8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/rmq/rmqamqp/rmqamqp_connection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -630,11 +630,10 @@ class Connection::ConnectionMethodProcessor {
conn.sendConnectionCloseOk();

if (closeMethod.classId() || closeMethod.methodId()) {
conn.d_retryHandler->errorCallback()("Connection=" +
conn.d_connectionName +
" Connection error " +
closeMethod.replyText(),
closeMethod.replyCode());
conn.d_retryHandler->errorCallback()(
"Connection=" + conn.d_connectionName + " Connection error " +
closeMethod.replyText(),
closeMethod.replyCode());
}
}

Expand Down

0 comments on commit 38b5fd8

Please sign in to comment.