0
0
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:
Eliot Horowitz 2011-02-22 11:01:27 -05:00
parent 109c7101f5
commit c2e985fdd6

View File

@ -60,7 +60,7 @@ namespace mongo {
#endif
void printSysInfo() {
log() << "sys info: " << sysInfo() << endl;
log() << "build sys info: " << sysInfo() << endl;
}
//