[wpdev-commits] wolfpack log.cpp,1.6,1.7
Brought to you by:
rip,
thiagocorrea
|
From: <dar...@us...> - 2003-09-20 01:11:45
|
Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1:/tmp/cvs-serv27272
Modified Files:
log.cpp
Log Message:
Added timestamping to python logs.
Index: log.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/log.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** log.cpp 20 Sep 2003 01:05:10 -0000 1.6
--- log.cpp 20 Sep 2003 01:11:41 -0000 1.7
***************
*** 105,109 ****
QCString prelude;
! if( timestamp )
{
prelude.sprintf( "%02u:%02u:", now.hour(), now.minute() );
--- 105,109 ----
QCString prelude;
! if( timestamp || loglevel == LOG_PYTHON )
{
prelude.sprintf( "%02u:%02u:", now.hour(), now.minute() );
|