summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kangas <matt.kangas@mongodb.com>2014-12-23 12:40:35 -0500
committerMatt Kangas <matt.kangas@mongodb.com>2014-12-23 12:41:25 -0500
commit6803608b4b7f0b0f783545da7bfba06ef82f24ee (patch)
tree6e4d74a8782e651473ae95594c4dda2b292fa34e
parent0e9f78133f2bbff5b215a106eba64ec98cfecf98 (diff)
downloadmongo-6803608b4b7f0b0f783545da7bfba06ef82f24ee.tar.gz
Whitespace fix for sharding error message re: numJumboChunks
-rw-r--r--src/mongo/s/balancer_policy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/s/balancer_policy.cpp b/src/mongo/s/balancer_policy.cpp
index 0a08339f377..31596b107e8 100644
--- a/src/mongo/s/balancer_policy.cpp
+++ b/src/mongo/s/balancer_policy.cpp
@@ -479,8 +479,8 @@ namespace mongo {
}
if ( numJumboChunks ) {
- error() << "shard: " << from << "ns: " << ns
- << "has too many chunks, but they are all jumbo "
+ error() << "shard: " << from << " ns: " << ns
+ << " has too many chunks, but they are all jumbo "
<< " numJumboChunks: " << numJumboChunks
<< endl;
continue;