summaryrefslogtreecommitdiff
path: root/src/mongo/logger/log_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/logger/log_test.cpp')
-rw-r--r--src/mongo/logger/log_test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/logger/log_test.cpp b/src/mongo/logger/log_test.cpp
index 836e82bb8ea..9fb534a135f 100644
--- a/src/mongo/logger/log_test.cpp
+++ b/src/mongo/logger/log_test.cpp
@@ -382,8 +382,7 @@ void testEncodedLogLine(const MessageEventEphemeral& event, const std::string& e
std::string s = os.str();
if (s.find(expectedSubstring) == std::string::npos) {
FAIL(str::stream() << "encoded log line does not contain substring \"" << expectedSubstring
- << "\". log line: "
- << s);
+ << "\". log line: " << s);
}
}