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

Diff for /pegasus/src/Pegasus/Common/SystemUnix.cpp between version 1.66 and 1.67

version 1.66, 2003/08/27 01:38:18 version 1.67, 2003/09/03 18:06:14
Line 857 
Line 857 
     {     {
  
         // turn into ycmMessage so we can put it in the job log         // turn into ycmMessage so we can put it in the job log
         ycmMessage theMessage(msgCPxDF80,  
                               CPIprefix,  
                               replacementData,  
 #pragma convert(37) #pragma convert(37)
           ycmMessage theMessage("CPIDF80",
                                     data,
                                 strlen(data),
                               "Logger",                               "Logger",
 #pragma convert(0)  
                           ycmCTLCIMID,                           ycmCTLCIMID,
                               utf8);                               utf8);
   #pragma convert(0)
  
         // put the message in the joblog         // put the message in the joblog
         theMessage.joblogIt(UnitOfWorkError,         theMessage.joblogIt(UnitOfWorkError,
Line 876 
Line 876 
         (severity & Logger::FATAL))         (severity & Logger::FATAL))
     {     {
         // turn into ycmMessage so we can put it in the job log         // turn into ycmMessage so we can put it in the job log
         ycmMessage theMessage(msgCPxDF82,  
                               CPDprefix,  
                               replacementData,  
 #pragma convert(37) #pragma convert(37)
           ycmMessage theMessage("CPDDF82",
                                     data,
                                 strlen(data),
                               "Logger",                               "Logger",
 #pragma convert(0)  
                           ycmCTLCIMID,                           ycmCTLCIMID,
                               utf8);                               utf8);
   #pragma convert(0)
         // put the message in the joblog         // put the message in the joblog
         theMessage.joblogIt(UnitOfWorkError,         theMessage.joblogIt(UnitOfWorkError,
                             ycmMessage::Diagnostic);                             ycmMessage::Diagnostic);


Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2