0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
This commit is contained in:
Eliot Horowitz 2010-03-06 23:03:16 -05:00
parent aad72885f7
commit 09054bb579

View File

@ -106,7 +106,7 @@ namespace mongo {
if ( _cur->hasSpace() == false || _curSizeSoFar > _maxFilesize ){
finishMap();
log() << "finishing map" << endl;
log(1) << "finishing map" << endl;
}
}