comparison src/core/nginx.c @ 238:674f85a4d00f

nginx-0.0.1-2004-01-23-12:26:18 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 23 Jan 2004 09:26:18 +0000
parents 8d5cce3ae221
children bf2faf694c19
comparison
equal deleted inserted replaced
237:8d5cce3ae221 238:674f85a4d00f
633 exit(0); 633 exit(0);
634 } 634 }
635 635
636 if (ngx_quit) { 636 if (ngx_quit) {
637 ngx_log_error(NGX_LOG_INFO, cycle->log, 0, 637 ngx_log_error(NGX_LOG_INFO, cycle->log, 0,
638 "gracefully shutdowning"); 638 "gracefully shutting down");
639 ngx_setproctitle("worker process is shutdowning"); 639 ngx_setproctitle("worker process is shutting down");
640 break; 640 break;
641 } 641 }
642 642
643 if (ngx_reopen) { 643 if (ngx_reopen) {
644 ngx_log_error(NGX_LOG_INFO, cycle->log, 0, "reopen logs"); 644 ngx_log_error(NGX_LOG_INFO, cycle->log, 0, "reopen logs");