--- innwebd/innbbsd.cpp 2004/07/04 06:45:23 1.4 +++ innwebd/innbbsd.cpp 2005/02/26 16:10:26 1.6 @@ -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 */ @@ -63,6 +63,12 @@ int _tmain(int argc, TCHAR* argv[], TCHA syslog.open(app_path + log_file, ios_base::out | ios_base::app); + // Report program information + syslog << "********************" << endl; + syslog << App_common::GetVersion() << endl; + syslog << App_common::Copyright << endl; + syslog << logfile::log_head << "Starting up..." << endl; + // Initialize sockets if(!AfxSocketInit()) {