roshan 2003/07/11 00:28:36
Modified: c/src/common Debug.cpp
Log:
no message
Revision Changes Path
1.4 +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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Debug.cpp 11 Jul 2003 04:34:43 -0000 1.3
+++ Debug.cpp 11 Jul 2003 07:28:36 -0000 1.4
@@ -31,9 +31,9 @@
time_t ltime;
time(<ime);
//*fout << "time:" << ctime(<ime) << ":" << sLog.c_str() << endl;
- *fout << "time:" << ctime(<ime) \
- << " :file:"<< arg2 << " :line:" << arg3 << ":" << endl \
- << sLog.c_str() << endl \
+ *fout << "time:" << ctime(<ime)
+ << " :file:"<< arg2 << " :line:" << arg3 << ":" << endl
+ << sLog.c_str() << endl
<< "-------------------------------------------------" << endl;
sprintf((char*)chEBuf,sLog.c_str());
return SUCCESS;