summaryrefslogtreecommitdiff
path: root/s/d_logic.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-06-26 18:36:05 -0400
committerEliot Horowitz <eliot@10gen.com>2011-06-26 18:36:05 -0400
commit7794a82e5e322673948204a0a97b44faffa477f7 (patch)
treeb8270c9b7cbf39b809681766d9b76ba2ccd88c07 /s/d_logic.cpp
parentcf51af10c5f8eb3790282ea195d3832f6c400575 (diff)
downloadmongo-7794a82e5e322673948204a0a97b44faffa477f7.tar.gz
removed global debugString with Message::toString
Diffstat (limited to 's/d_logic.cpp')
-rw-r--r--s/d_logic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/s/d_logic.cpp b/s/d_logic.cpp
index 721810f6afa..6d13229171f 100644
--- a/s/d_logic.cpp
+++ b/s/d_logic.cpp
@@ -96,7 +96,7 @@ namespace mongo {
massert( 10422 , "write with bad shard config and no server id!" , clientID.isSet() );
log(1) << "got write with an old config - writing back ns: " << ns << endl;
- if ( logLevel ) log(1) << debugString( m ) << endl;
+ if ( logLevel ) log(1) << m.toString() << endl;
BSONObjBuilder b;
b.appendBool( "writeBack" , true );