--- innwebd/controld.cpp 2005/02/26 16:10:25 1.12 +++ innwebd/controld.cpp 2005/05/20 14:32:36 1.13 @@ -89,6 +89,8 @@ int controld::Accept(void) } this->s_send(result == 0 ? "OK" : "Failed"); + + syslog << logfile::log_head << "Begin " << cmd << " ... " << (result == 0 ? "OK" : "Failed") << endl; } else { @@ -131,6 +133,8 @@ int controld::Accept(void) } this->s_send(result == 0 ? "OK" : "Failed"); + + syslog << logfile::log_head << "End " << cmd << " ... " << (result == 0 ? "OK" : "Failed") << endl; } else {