summaryrefslogtreecommitdiff
path: root/src/mongo/util/exit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/exit.cpp')
-rw-r--r--src/mongo/util/exit.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mongo/util/exit.cpp b/src/mongo/util/exit.cpp
index b08545f8c2d..b92b59253ea 100644
--- a/src/mongo/util/exit.cpp
+++ b/src/mongo/util/exit.cpp
@@ -114,8 +114,9 @@ void shutdown(ExitCode code, const ShutdownTaskArgs& shutdownArgs) {
ExitCode originallyRequestedCode = shutdownExitCode.get();
if (code != originallyRequestedCode) {
log() << "While running shutdown tasks with the intent to exit with code "
- << originallyRequestedCode << ", an additional shutdown request arrived with "
- "the intent to exit with a different exit code "
+ << originallyRequestedCode
+ << ", an additional shutdown request arrived with "
+ "the intent to exit with a different exit code "
<< code << "; ignoring the conflicting exit code";
}