--- innwebd/service.cpp 2004/07/04 06:45:23 1.3 +++ innwebd/service.cpp 2004/07/09 00:33:38 1.4 @@ -37,7 +37,7 @@ void service::Run() if (this->ctrld.begin() == 0) { - syslog << logfile::log_head << "Begin CONTROL ... OK" << endl; + syslog << logfile::log_head << "Begin CONTROLD ... OK" << endl; this->ctrld.StartupChild(); @@ -50,7 +50,7 @@ void service::Run() } else { - syslog << logfile::log_head << "Begin CONTROL ... Failed" << endl; + syslog << logfile::log_head << "Begin CONTROLD ... Failed" << endl; } if (this->ctrld.end() == 0)