(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.3 and 1.1.2.4

version 1.1.2.3, 2007/01/07 22:09:29 version 1.1.2.4, 2007/01/09 02:41:16
Line 71 
Line 71 
         "FATAL",         "FATAL",
         "SEVERE",         "SEVERE",
         "WARNING",         "WARNING",
         "INFORMATIOn",          "INFORMATION",
         "TRACE"         "TRACE"
     };     };
     char prefixedFormat[EXECUTOR_BUFFER_SIZE];     char prefixedFormat[EXECUTOR_BUFFER_SIZE];
Line 84 
Line 84 
  
     /* This array maps Pegasus "log levels" to syslog priorities. */     /* This array maps Pegasus "log levels" to syslog priorities. */
  
   /*
   MEB: fix
   */
   #if 0
     if ((int)type <= (int)_level)     if ((int)type <= (int)_level)
   #endif
     {     {
         va_list ap;         va_list ap;
         va_start(ap, format);         va_start(ap, format);


Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2