/[LeafOK_CVS]/innwebd/service.cpp
ViewVC logotype

Diff of /innwebd/service.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.3 by sysadm, Sun Jul 4 06:45:23 2004 UTC Revision 1.4 by sysadm, Fri Jul 9 00:33:38 2004 UTC
# Line 37  void service::Run() Line 37  void service::Run()
37    
38          if (this->ctrld.begin() == 0)          if (this->ctrld.begin() == 0)
39          {          {
40                  syslog << logfile::log_head << "Begin CONTROL ... OK" << endl;                  syslog << logfile::log_head << "Begin CONTROLD ... OK" << endl;
41    
42                  this->ctrld.StartupChild();                  this->ctrld.StartupChild();
43    
# Line 50  void service::Run() Line 50  void service::Run()
50          }          }
51          else          else
52          {          {
53                  syslog << logfile::log_head << "Begin CONTROL ... Failed" << endl;                  syslog << logfile::log_head << "Begin CONTROLD ... Failed" << endl;
54          }          }
55    
56          if (this->ctrld.end() == 0)          if (this->ctrld.end() == 0)


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1