mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
Fix typo in log message
This commit is contained in:
parent
1113a12a59
commit
ecba5ba151
@ -341,7 +341,7 @@ namespace mongo {
|
||||
return 0;
|
||||
}
|
||||
|
||||
log() << "moving chunk (auto): " << toMove->toString() << " to: " << newLocation.toString() << " #objcets: " << toMove->countObjects() << endl;
|
||||
log() << "moving chunk (auto): " << toMove->toString() << " to: " << newLocation.toString() << " #objects: " << toMove->countObjects() << endl;
|
||||
|
||||
string errmsg;
|
||||
massert( 10412 , (string)"moveAndCommit failed: " + errmsg ,
|
||||
|
Loading…
Reference in New Issue
Block a user