Skip to content

Commit

Permalink
Add comment about console log in rmqa_connectionimpl.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeny Malygin <[email protected]>
  • Loading branch information
678098 authored and willhoy committed May 10, 2024
1 parent b2cf467 commit 269a508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rmq/rmqa/rmqa_connectionimpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ createRetryHandler(const bsl::shared_ptr<rmqio::TimerFactory>& timerFactory,
const rmqt::Tunables& tunables)
{
if (tunables.find("IIR") != tunables.end()) {
BALL_LOG_WARN << "Infinite Immediate Retry Set";
bsl::cout << "WARNING: Infinite Immediate Retry Set"
<< bsl::endl; // Intentional print to console
return bsl::make_shared<rmqio::RetryHandler>(
timerFactory,
errorCb,
Expand Down

0 comments on commit 269a508

Please sign in to comment.