Changeset 15339 for trunk


Ignore:
Timestamp:
04/15/13 11:09:29 (12 years ago)
Author:
lyard
Message:
added a message to let the user know that the daily log file was properly closed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/datalogger.cc

    r15338 r15339  
    10911091        fNightlyLogFile.close();
    10921092    }
    1093 
     1093    if (!fNightlyLogFile.is_open())
     1094        Info("Daily log file was closed indeed");
     1095    else
     1096        Warn("Seems like there was a problem while closing the daily log file.");
    10941097    for (auto it=fServerDescriptionsList.begin(); it!= fServerDescriptionsList.end(); it++)
    10951098        delete *it;
Note: See TracChangeset for help on using the changeset viewer.