(file) Return to Log.c CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Executor

Diff for /pegasus/src/Executor/Log.c between version 1.1.2.6 and 1.1.2.7

version 1.1.2.6, 2007/01/11 20:48:24 version 1.1.2.7, 2007/01/12 22:48:47
Line 45 
Line 45 
 { {
     int options = LOG_PID;     int options = LOG_PID;
  
   #if defined(PEGASUS_OS_LINUX)
     if (perror)     if (perror)
         options |= LOG_PERROR;         options |= LOG_PERROR;
   #else
       perror = 0;
   #endif
  
     openlog(ident, options, LOG_DAEMON);     openlog(ident, options, LOG_DAEMON);
 } }


Legend:
Removed from v.1.1.2.6  
changed lines
  Added in v.1.1.2.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2