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

Diff of /monit/monit_http.c

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

revision 1.19 by hauk, Sun Sep 14 21:00:05 2003 UTC revision 1.20 by hauk, Mon Sep 15 14:06:14 2003 UTC
# Line 126  void monit_http(int action) { Line 126  void monit_http(int action) {
126    switch(action) {    switch(action) {
127            
128    case STOP_HTTP:    case STOP_HTTP:
129      log("%s HTTP server shutting down..\n", prog);      log("Shutting down %s HTTP server\n", prog);
130      stop_httpd();      stop_httpd();
131      if( (status= pthread_join(thread, NULL)) != 0) {      if( (status= pthread_join(thread, NULL)) != 0) {
132        log("%s: Failed to stop the http server. Thread error -- %s.\n",        log("%s: Failed to stop the http server. Thread error -- %s.\n",

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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