Skip to content

Commit

Permalink
Merge branch 'main' into willhoy-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsanabbas123 committed Jun 12, 2024
2 parents da11f0a + 269a508 commit 2050eaf
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()) {
bsl::cout << "WARNING: Infinite Immediate Retry Set" << bsl::endl;
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 2050eaf

Please sign in to comment.