fix mutex hang on Fatal
This commit is contained in:
parent
91ea9615ad
commit
7c8b37e08c
|
@ -252,8 +252,6 @@ void Logger::initialise(const std::string &id, const Options &options) {
|
|||
}
|
||||
|
||||
void Logger::terminate() {
|
||||
Debug(1, "Terminating Logger");
|
||||
|
||||
if ( mFileLevel > NOLOG )
|
||||
closeFile();
|
||||
|
||||
|
|
Loading…
Reference in New Issue