summaryrefslogtreecommitdiff
path: root/src/mongo/util/log_and_backoff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/log_and_backoff.cpp')
-rw-r--r--src/mongo/util/log_and_backoff.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/util/log_and_backoff.cpp b/src/mongo/util/log_and_backoff.cpp
index e890f86a9ca..3438b4b23b7 100644
--- a/src/mongo/util/log_and_backoff.cpp
+++ b/src/mongo/util/log_and_backoff.cpp
@@ -40,8 +40,8 @@ void logAndBackoff(logger::LogComponent logComponent,
logger::LogSeverity logLevel,
size_t numAttempts,
StringData message) {
- MONGO_LOG_COMPONENT(logLevel, logComponent) << message
- << ". Retrying, attempt: " << numAttempts;
+ MONGO_LOG_COMPONENT(logLevel, logComponent)
+ << message << ". Retrying, attempt: " << numAttempts;
if (numAttempts < 4) {
// no-op