fix mutex hang on Fatal

This commit is contained in:
Isaac Connor 2019-04-15 11:21:23 -04:00
parent 91ea9615ad
commit 7c8b37e08c
1 changed files with 0 additions and 2 deletions

View File

@ -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();