use LOG(x) everywhere in mongos
This commit is contained in:
@@ -144,7 +144,7 @@ namespace mongo {
|
||||
// we want to do return at least at every 5 minutes so sockets don't timeout
|
||||
BSONObj z;
|
||||
if ( writeBackManager.getWritebackQueue(id.str())->queue.blockingPop( z, 5 * 60 /* 5 minutes */ ) ) {
|
||||
log(1) << "WriteBackCommand got : " << z << endl;
|
||||
LOG(1) << "WriteBackCommand got : " << z << endl;
|
||||
result.append( "data" , z );
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user