/[monit]/monit/control.c
ViewVC logotype

Diff of /monit/control.c

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

revision 1.14 by rory, Fri Dec 6 23:01:01 2002 UTC revision 1.15 by rory, Sat Dec 7 08:41:39 2002 UTC
# Line 215  void check_process(char *P, char *action Line 215  void check_process(char *P, char *action
215            
216      if( p->parent != NULL ) {      if( p->parent != NULL ) {
217        if( !is_process_running(get_process(p->parent)) ) {        if( !is_process_running(get_process(p->parent)) ) {
218          log("Not starting process: %s, parent process: %s is not running\n",          log("Skipping '%s', waiting for '%s' to start\n",
219              p->name, p->parent);              p->name, p->parent);
220          return;          return;
221        }        }

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26