--- innwebd/logfile.cpp 2004/07/04 06:45:23 1.2 +++ innwebd/logfile.cpp 2008/04/11 17:14:49 1.5 @@ -1,14 +1,10 @@ /*******************************************************/ /* */ /* LeafOK Innbbsd */ -/* Copyright (C) LeafOK.com, 2003-2004 */ /* */ -/* Programmed by Leaf */ -/* E-mail:leaflet@leafok.com QQ:6049044 */ +/* Copyright (C) LeafOK.com, 2003-2008 */ /* */ -/* http://bbs.leafok.com */ -/* http://bbs.leafok.net */ -/* http://bbs.fenglin.info */ +/* http://www.leafok.com */ /* */ /*******************************************************/ @@ -33,7 +29,7 @@ logfile& logfile::log_head(logfile& logf newtime = _localtime64( <ime ); strftime(s_time,255,"%d/%b/%Y %H:%M:%S",newtime); - logfile << "[" << s_time << "] "; + logfile << "[" << s_time << "] [" << GetCurrentThreadId() << "] "; return logfile; }