-
Type:
Bug
-
Resolution: Done
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: Internal Code
-
Fully Compatible
-
ALL
-
Platform 5 06/26/16
-
None
-
None
-
None
-
None
-
None
-
None
-
None
if ( ! f->good() ) {
log() << "diagLogging couldn't open " << name << endl;
// todo what is this? :
throw 1717;
}
stdx::lock_guard<stdx::mutex> lk( mongoProgramOutputMutex );
if( mongo::dbexitCalled ) throw "program is terminating";
stringstream buf;
if ( port > 0 )