]> git.kaiwu.me - nginx.git/commitdiff
fix message
authorIgor Sysoev <igor@sysoev.ru>
Mon, 23 Feb 2009 09:42:35 +0000 (09:42 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 23 Feb 2009 09:42:35 +0000 (09:42 +0000)
src/os/unix/ngx_process_cycle.c

index 54ca4ffa39f833b24760ac8bf01b1dc96c2f5656..a14a03c748dd2793b5e2ea0b18f709267df01d3e 100644 (file)
@@ -1004,7 +1004,7 @@ ngx_worker_process_exit(ngx_cycle_t *cycle)
                 && !c[i].read->resolver)
             {
                 ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
-                              "open socket #%d left in %ui connection %s",
+                              "open socket #%d left in connection %ui%s",
                               c[i].fd, i, ngx_debug_quit ? ", aborting" : "");
                 ngx_debug_point();
             }