Skip to content

Commit 269a508

Browse files
678098willhoy
authored andcommitted
Add comment about console log in rmqa_connectionimpl.cpp
Signed-off-by: Evgeny Malygin <[email protected]>
1 parent b2cf467 commit 269a508

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/rmq/rmqa/rmqa_connectionimpl.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ createRetryHandler(const bsl::shared_ptr<rmqio::TimerFactory>& timerFactory,
5353
const rmqt::Tunables& tunables)
5454
{
5555
if (tunables.find("IIR") != tunables.end()) {
56-
BALL_LOG_WARN << "Infinite Immediate Retry Set";
56+
bsl::cout << "WARNING: Infinite Immediate Retry Set"
57+
<< bsl::endl; // Intentional print to console
5758
return bsl::make_shared<rmqio::RetryHandler>(
5859
timerFactory,
5960
errorCb,

0 commit comments

Comments
 (0)