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

Diff of /monit/control.c

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

revision 1.34 by hauk, Sun Dec 22 12:05:33 2002 UTC revision 1.35 by hauk, Mon Dec 23 11:10:00 2002 UTC
# Line 394  static void wait_start(Process_T p) { Line 394  static void wait_start(Process_T p) {
394    }    }
395        
396    if(!is_process_running(p))    if(!is_process_running(p))
397        log("%s: Warning process '%s' was not started\n", p->name);        log("%s: Warning process '%s' was not started\n", prog, p->name);
398        
399  }  }
400    
# Line 416  static void wait_stop(Process_T p) { Line 416  static void wait_stop(Process_T p) {
416    }    }
417    
418    if(is_process_running(p))    if(is_process_running(p))
419        log("%s: Warning process '%s' was not stopped\n", p->name);        log("%s: Warning process '%s' was not stopped\n", prog, p->name);
420    
421  }  }

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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