summaryrefslogtreecommitdiff
path: root/src/mongo/s/d_split.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/d_split.cpp')
-rw-r--r--src/mongo/s/d_split.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/d_split.cpp b/src/mongo/s/d_split.cpp
index 2370fba0530..5231e9e571b 100644
--- a/src/mongo/s/d_split.cpp
+++ b/src/mongo/s/d_split.cpp
@@ -475,7 +475,7 @@ namespace mongo {
string ChunkInfo::toString() const {
ostringstream os;
- os << "lastmod: " << lastmod.toString() << " min: " << min << " max: " << endl;
+ os << "lastmod: " << lastmod.toString() << " min: " << min << " max: " << max << endl;
return os.str();
}
// ** end temporary **