/[Apache-SVN]/httpd/httpd/branches/2.2.x/server/mpm/worker/worker.c
ViewVC logotype

Diff of /httpd/httpd/branches/2.2.x/server/mpm/worker/worker.c

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

revision 396056, Sat Apr 22 01:53:06 2006 UTC revision 410935, Thu Jun 1 20:12:51 2006 UTC
# Line 1767  int ap_mpm_run(apr_pool_t *_pconf, apr_p Line 1767  int ap_mpm_run(apr_pool_t *_pconf, apr_p
1767                               "removed PID file %s (pid=%" APR_PID_T_FMT ")",                               "removed PID file %s (pid=%" APR_PID_T_FMT ")",
1768                               pidfile, getpid());                               pidfile, getpid());
1769    
1770              ap_log_error(APLOG_MARK, APLOG_NOTICE, 0,              ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, ap_server_conf,
1771                           ap_server_conf, "caught SIGTERM, shutting down");                           "caught " AP_SIG_GRACEFUL_STOP_STRING
1772                             ", shutting down gracefully");
1773            }
1774    
1775            if (ap_graceful_shutdown_timeout) {
1776                cutoff = apr_time_now() +
1777                         apr_time_from_sec(ap_graceful_shutdown_timeout);
1778          }          }
1779    
1780          /* Don't really exit until each child has finished */          /* Don't really exit until each child has finished */

Legend:
Removed from v.396056  
changed lines
  Added in v.410935

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2