mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
fix sys info display
This commit is contained in:
parent
109c7101f5
commit
c2e985fdd6
@ -60,7 +60,7 @@ namespace mongo {
|
||||
#endif
|
||||
|
||||
void printSysInfo() {
|
||||
log() << "sys info: " << sysInfo() << endl;
|
||||
log() << "build sys info: " << sysInfo() << endl;
|
||||
}
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user