--- innwebd/base_active.cpp 2004/07/04 08:04:08 1.4 +++ innwebd/base_active.cpp 2004/09/16 15:41:14 1.5 @@ -1217,7 +1217,7 @@ bool base_active::check_todo_list(void) try { - syslog << logfile::log_head << "Searching article to send ..." << endl; +// syslog << logfile::log_head << "Searching article to send ..." << endl; sql = "select count(*) as cc from innd_todo"; @@ -1275,7 +1275,7 @@ DWORD base_active::SendThread(LPVOID pPa delete(p); base_active::uThreadCount--; - syslog << logfile::log_head << "Delete send thread ... OK" << endl; +// syslog << logfile::log_head << "Delete send thread ... OK" << endl; } catch(CException* e) {