diff src/http/ngx_http_core_module.c @ 318:56496082668b

nginx-0.0.3-2004-04-16-09:14:16 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 16 Apr 2004 05:14:16 +0000
parents ce375c313e96
children ba876b26b76d
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -1260,7 +1260,7 @@ static char *ngx_http_core_merge_loc_con
         if (prev->err_log) {
             conf->err_log = prev->err_log;
         } else {
-            conf->err_log = cf->cycle->log;
+            conf->err_log = cf->cycle->new_log;
         }
     }