--- innwebd/logfile.cpp 2004/07/04 06:45:23 1.2 +++ innwebd/logfile.cpp 2005/02/26 16:10:26 1.4 @@ -1,7 +1,7 @@ /*******************************************************/ /* */ /* LeafOK Innbbsd */ -/* Copyright (C) LeafOK.com, 2003-2004 */ +/* Copyright (C) LeafOK.com, 2003-2005 */ /* */ /* Programmed by Leaf */ /* E-mail:leaflet@leafok.com QQ:6049044 */ @@ -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; }