We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257dd02 commit 7c35068Copy full SHA for 7c35068
1 file changed
src/rmq/rmqa/rmqa_producerimpl.cpp
@@ -64,7 +64,7 @@ void actionConfirmOnThreadPool(
64
sharedState->callbackMap.find(message.guid());
65
66
if (it == sharedState->callbackMap.end()) {
67
- BALL_LOG_FATAL
+ BALL_LOG_ERROR
68
<< "Failed to find Producer callback to invoke for message: "
69
<< message.guid()
70
<< ". Received duplicate confirm? The outstanding "
@@ -110,7 +110,7 @@ void handleConfirmOnEventLoop(
110
sharedState));
111
112
if (rc != 0) {
113
114
<< "Couldn't enqueue thread pool job for message confirm: "
115
<< message.guid() << " (return code " << rc
116
<< "). Application will NEVER be informed of confirm";
0 commit comments