summaryrefslogtreecommitdiff
path: root/s/strategy.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-07-22 14:00:14 -0400
committerEliot Horowitz <eliot@10gen.com>2010-07-22 14:00:14 -0400
commitc09bd3b45f8c71f08b4d002ac9ccbfb84b00cc38 (patch)
treebc0b6d3d5a7db1fc90eb3081f02055c95f8de67e /s/strategy.cpp
parent35642b3f1b2c50f57fdb6883e84099333a807f97 (diff)
downloadmongo-c09bd3b45f8c71f08b4d002ac9ccbfb84b00cc38.tar.gz
debugging
Diffstat (limited to 's/strategy.cpp')
-rw-r--r--s/strategy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/s/strategy.cpp b/s/strategy.cpp
index 5671b8f4b05..5da418f505a 100644
--- a/s/strategy.cpp
+++ b/s/strategy.cpp
@@ -125,7 +125,7 @@ namespace mongo {
DBConfigPtr db = grid.getDBConfig( ns );
ShardChunkVersion needVersion( data["version"] );
- log(1) << "writeback needVersion : " << needVersion.toString() << " mine : " << db->getChunkManager( ns )->getVersion().toString() << endl;// TODO change to log(3)
+ log(1) << "writeback id: " << lastID << " needVersion : " << needVersion.toString() << " mine : " << db->getChunkManager( ns )->getVersion().toString() << endl;// TODO change to log(3)
if ( needVersion.isSet() && needVersion <= db->getChunkManager( ns )->getVersion() ){
// this means when the write went originally, the version was old