damitha     2003/07/10 21:34:43

  Modified:    c/src/common Debug.cpp
  Log:
  
  
  Revision  Changes    Path
  1.3       +3 -3      xml-axis/c/src/common/Debug.cpp
  
  Index: Debug.cpp
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/src/common/Debug.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Debug.cpp 7 Jul 2003 13:54:17 -0000       1.2
  +++ Debug.cpp 11 Jul 2003 04:34:43 -0000      1.3
  @@ -51,9 +51,9 @@
       time_t ltime;
       time(&ltime);
       //*fout << "time:" << ctime(&ltime) << ":" << sLog1.c_str() << " " << 
sLog2.c_str() << endl;
  -    *fout << "time:" << ctime(&ltime) \
  -    << " :file:"<< arg3 << " :line:" << arg4 << endl \    
  -    << sLog1.c_str() << " " << sLog2.c_str() << endl \
  +    *fout << "time:" << ctime(&ltime)
  +    << " :file:"<< arg3 << " :line:" << arg4 << endl    
  +    << sLog1.c_str() << " " << sLog2.c_str() << endl
       << "-------------------------------------------------" << endl;
       sprintf((char*)chEBuf,sLog1.c_str(), sLog2.c_str());
       return SUCCESS;
  
  
  

Reply via email to