use LOG(x) everywhere in mongos

This commit is contained in:
Mathias Stearn
2011-08-08 17:37:04 -04:00
parent 0045301af9
commit 0e20be567e
18 changed files with 64 additions and 64 deletions

View File

@@ -691,7 +691,7 @@ namespace mongo {
BSONObjBuilder logDetail;
origChunk.appendShortVersion( "before" , logDetail );
log(1) << "before split on " << origChunk << endl;
LOG(1) << "before split on " << origChunk << endl;
vector<ChunkInfo> newChunks;
ShardChunkVersion myVersion = maxVersion;