Skip to content

Commit 7c35068

Browse files
authored
Verb down FATAL -> ERROR
Signed-off-by: Will <2185386+willhoy@users.noreply.github.com>
1 parent 257dd02 commit 7c35068

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/rmq/rmqa/rmqa_producerimpl.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ void actionConfirmOnThreadPool(
6464
sharedState->callbackMap.find(message.guid());
6565

6666
if (it == sharedState->callbackMap.end()) {
67-
BALL_LOG_FATAL
67+
BALL_LOG_ERROR
6868
<< "Failed to find Producer callback to invoke for message: "
6969
<< message.guid()
7070
<< ". Received duplicate confirm? The outstanding "
@@ -110,7 +110,7 @@ void handleConfirmOnEventLoop(
110110
sharedState));
111111

112112
if (rc != 0) {
113-
BALL_LOG_FATAL
113+
BALL_LOG_ERROR
114114
<< "Couldn't enqueue thread pool job for message confirm: "
115115
<< message.guid() << " (return code " << rc
116116
<< "). Application will NEVER be informed of confirm";

0 commit comments

Comments
 (0)