aboutsummaryrefslogtreecommitdiff
path: root/src/core/nginx.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-01-23 09:26:18 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-01-23 09:26:18 +0000
commit5c8c52f858c0112e9200ed1c4798a89e6c366bf2 (patch)
tree0da512e041a7706006d8b182a7a6192ffe71192a /src/core/nginx.c
parent54c80845ea1240336dc0c91ac0961687b6122789 (diff)
downloadnginx-5c8c52f858c0112e9200ed1c4798a89e6c366bf2.tar.gz
nginx-5c8c52f858c0112e9200ed1c4798a89e6c366bf2.zip
nginx-0.0.1-2004-01-23-12:26:18 import
Diffstat (limited to 'src/core/nginx.c')
-rw-r--r--src/core/nginx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nginx.c b/src/core/nginx.c
index f9c4fe75b..4ed865606 100644
--- a/src/core/nginx.c
+++ b/src/core/nginx.c
@@ -635,8 +635,8 @@ static void ngx_worker_process_cycle(ngx_cycle_t *cycle, void *data)
if (ngx_quit) {
ngx_log_error(NGX_LOG_INFO, cycle->log, 0,
- "gracefully shutdowning");
- ngx_setproctitle("worker process is shutdowning");
+ "gracefully shutting down");
+ ngx_setproctitle("worker process is shutting down");
break;
}