summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Lerner <alerner@10gen.com>2011-01-21 17:23:21 -0500
committerAlberto Lerner <alerner@10gen.com>2011-01-21 17:23:21 -0500
commiteaf37fcd7fc483fd62f2c3bd92e8bc577b2b486a (patch)
treedf98effcb82819096afd923cd36ec5cf26ce7551
parent136ad2616695b02eb7e8e8c67cb3598ec677b7fd (diff)
downloadmongo-eaf37fcd7fc483fd62f2c3bd92e8bc577b2b486a.tar.gz
close quote in message
-rw-r--r--s/d_migrate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/s/d_migrate.cpp b/s/d_migrate.cpp
index 7204974a737..3521c856947 100644
--- a/s/d_migrate.cpp
+++ b/s/d_migrate.cpp
@@ -219,7 +219,7 @@ namespace mongo {
void logOp( const char * opstr , const char * ns , const BSONObj& obj , BSONObj * patt ){
if ( ! _active ) {
- RARELY log() << "logOpForSharding got called when inactive for '" << ns << endl;
+ RARELY log() << "logOpForSharding got called when inactive for '" << ns << "'" << endl;
return;
}