mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
better message
This commit is contained in:
parent
d8a0dc4bdb
commit
8ca31804d2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user