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

Diff for /pegasus/src/Pegasus/Common/Executor.cpp between version 1.18 and 1.19

version 1.18, 2008/02/06 20:50:45 version 1.19, 2008/06/19 17:57:00
Line 387 
Line 387 
  
             if (pid < 0)             if (pid < 0)
             {             {
                 PEG_TRACE((TRC_SERVER, Tracer::LEVEL4,                  PEG_TRACE((TRC_SERVER, Tracer::LEVEL1,
                     "Spawn of provider agent fails:%s "                     "Spawn of provider agent fails:%s "
                         "( errno %d , reason code %08X )",                         "( errno %d , reason code %08X )",
                     strerror(errno) ,errno,__errno2()));                     strerror(errno) ,errno,__errno2()));
Line 407 
Line 407 
  
             if (pid < 0)             if (pid < 0)
             {             {
                 PEG_TRACE((TRC_SERVER, Tracer::LEVEL4,                  PEG_TRACE((TRC_SERVER, Tracer::LEVEL1,
                      "Fork for provider agent fails: errno = %d",errno));                      "Fork for provider agent fails: errno = %d",errno));
                 PEG_METHOD_EXIT();                 PEG_METHOD_EXIT();
                 return -1;                 return -1;
Line 452 
Line 452 
                             module,                             module,
                             (char*)0) == -1)                             (char*)0) == -1)
                     {                     {
                         PEG_TRACE((TRC_SERVER, Tracer::LEVEL2,                          PEG_TRACE((TRC_SERVER, Tracer::LEVEL1,
                             "execl() failed.  errno = %d.", errno));                             "execl() failed.  errno = %d.", errno));
                         _exit(1);                         _exit(1);
                     }                     }


Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2