Skip to content

Commit

Permalink
Replace bsl::cout log with BALL_LOG
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 32d8fb6 commit b2cf467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rmq/rmqa/rmqa_connectionimpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ createRetryHandler(const bsl::shared_ptr<rmqio::TimerFactory>& timerFactory,
const rmqt::Tunables& tunables)
{
if (tunables.find("IIR") != tunables.end()) {
bsl::cout << "WARNING: Infinite Immediate Retry Set" << bsl::endl;
BALL_LOG_WARN << "Infinite Immediate Retry Set";
return bsl::make_shared<rmqio::RetryHandler>(
timerFactory,
errorCb,
Expand Down

0 comments on commit b2cf467

Please sign in to comment.