Merge pull request #983 from Linwood-F/982-demote-terminating-logger-msg-to-debug
Change from info to debugpull/985/head
commit
d9ee08a27b
|
@ -235,7 +235,7 @@ void Logger::initialise( const std::string &id, const Options &options )
|
|||
|
||||
void Logger::terminate()
|
||||
{
|
||||
Info( "Terminating Logger" );
|
||||
Debug(1, "Terminating Logger" );
|
||||
|
||||
if ( mFileLevel > NOLOG )
|
||||
closeFile();
|
||||
|
|
Loading…
Reference in New Issue