Skip to content

Commit

Permalink
Fix formatting issue
Browse files Browse the repository at this point in the history
Signed-off-by: Stanislav Yuzvinsky <[email protected]>
  • Loading branch information
syuzvinsky committed Apr 4, 2024
1 parent b5e2892 commit be982cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/applications/bmqtool/m_bmqtool_application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ void Application::onMessageEvent(const bmqa::MessageEvent& event)

if (d_numExpectedAcks != 0 &&
d_numExpectedAcks == ++d_numPostedAcknowledged) {
BALL_LOG_INFO << "All posted messages have been acknowledged";
BALL_LOG_INFO << "All posted messages have been acknowledged";
d_shutdownSemaphore_p->post();
}
}
Expand Down

0 comments on commit be982cc

Please sign in to comment.