Merge pull request #983 from Linwood-F/982-demote-terminating-logger-msg-to-debug

Change from info to debug
pull/985/head
Isaac Connor 2015-08-04 10:12:08 -04:00
commit d9ee08a27b
1 changed files with 1 additions and 1 deletions

View File

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