summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_cloner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/collection_cloner.cpp')
-rw-r--r--src/mongo/db/repl/collection_cloner.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/repl/collection_cloner.cpp b/src/mongo/db/repl/collection_cloner.cpp
index 95c2fd66baf..ceae2886956 100644
--- a/src/mongo/db/repl/collection_cloner.cpp
+++ b/src/mongo/db/repl/collection_cloner.cpp
@@ -107,8 +107,8 @@ std::string CollectionCloner::getDiagnosticString() const {
output << " active: " << _active;
output << " listIndexes fetcher: " << _listIndexesFetcher.getDiagnosticString();
output << " find fetcher: " << _findFetcher.getDiagnosticString();
- output << " database worked callback handle: " << (_dbWorkCallbackHandle.isValid() ? "valid"
- : "invalid");
+ output << " database worked callback handle: "
+ << (_dbWorkCallbackHandle.isValid() ? "valid" : "invalid");
return output;
}