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

Diff of /monit/control.c

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

revision 1.56 by hauk, Fri Jul 25 15:07:17 2003 UTC revision 1.57 by hauk, Fri Aug 1 21:35:59 2003 UTC
# Line 289  static void do_start(Service_T s) { Line 289  static void do_start(Service_T s) {
289      spawn(s, s->start);      spawn(s, s->start);
290      status= pthread_create(&thread, NULL, wait_start, s);      status= pthread_create(&thread, NULL, wait_start, s);
291      if(status != 0) {      if(status != 0) {
292        log("Warning: Failed to create the start control thread. "        log("Warning: Failed to create the start controller thread. "
293            "Thread error -- %s.\n", strerror(status));            "Thread error -- %s.\n", strerror(status));
294      }      }
295    }    }

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

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