--- innwebd/logfile.cpp 2004/07/02 11:36:56 1.1 +++ innwebd/logfile.cpp 2005/02/26 16:10:26 1.4 @@ -1,10 +1,10 @@ /*******************************************************/ /* */ -/* LeafOK Innd */ -/* Copyright (C) LeafOK.com, 2003-2004 */ +/* LeafOK Innbbsd */ +/* Copyright (C) LeafOK.com, 2003-2005 */ /* */ /* Programmed by Leaf */ -/* E-mail:leaf@leafok.com QQ:6049044 */ +/* E-mail:leaflet@leafok.com QQ:6049044 */ /* */ /* http://bbs.leafok.com */ /* http://bbs.leafok.net */ @@ -33,7 +33,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; }