0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

better message

This commit is contained in:
dwight 2009-11-06 08:18:44 -05:00
parent d8a0dc4bdb
commit 8ca31804d2

View File

@ -1660,7 +1660,7 @@ namespace mongo {
}
log() << "******\n";
log() << "creating oplog size : " << (int)( sz / ( 1024 * 1024 ) ) << "mb\n";
log() << "creating replication oplog of size: " << (int)( sz / ( 1024 * 1024 ) ) << "MB (use --oplogSize to change)\n";
log() << "******" << endl;
b.append("size", sz);