(file) Return to ConfigFileHandler.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Config

Diff for /pegasus/src/Pegasus/Config/ConfigFileHandler.cpp between version 1.13 and 1.14

version 1.13, 2003/10/22 14:26:09 version 1.14, 2003/11/06 18:19:02
Line 274 
Line 274 
         // FUTURE: Log this message in a log file.         // FUTURE: Log this message in a log file.
         //         //
         PEG_TRACE_STRING(TRC_CONFIG, Tracer::LEVEL3,         PEG_TRACE_STRING(TRC_CONFIG, Tracer::LEVEL3,
             "Backup configuration file creation failed: " + e.getMessage());              "Backup configuration file creation failed: " +
               e.getMessage() + ", " + strerror(errno));
  
         return false;         return false;
     }     }
       catch (CannotOpenFile& cof)
       {
           PEG_TRACE_STRING(TRC_CONFIG, Tracer::LEVEL3,
               "Setting permissions on current configuration file failed: " +
               cof.getMessage() + ", " + strerror(errno));
   
           return false;
       }
   
     //     //
     // The current config file would now been created,     // The current config file would now been created,
     // so set the flag to true.     // so set the flag to true.
Line 356 
Line 366 
         // FUTURE: Log this message in a log file.         // FUTURE: Log this message in a log file.
         //         //
         PEG_TRACE_STRING(TRC_CONFIG, Tracer::LEVEL3,         PEG_TRACE_STRING(TRC_CONFIG, Tracer::LEVEL3,
             "Backup configuration file creation failed: " + e.getMessage());              "Backup configuration file creation failed: " +
               e.getMessage() + ", " + strerror(errno));
  
         return false;         return false;
     }     }
       catch (CannotOpenFile& cof)
       {
           PEG_TRACE_STRING(TRC_CONFIG, Tracer::LEVEL3,
               "Setting permissions on planned configuration file failed: " +
               cof.getMessage() + ", " + strerror(errno));
   
           return false;
       }
   
     //     //
     // The planned config file would now been created,     // The planned config file would now been created,
     // so set the flag to true.     // so set the flag to true.


Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2