diff src/http/ngx_http.c @ 170:4ad13ee5ef5e NGINX_0_3_32

nginx 0.3.32 *) Bugfix: the debug logging on startup and reconfiguration time was removed; bug appeared in 0.3.31.
author Igor Sysoev <http://sysoev.ru>
date Sat, 11 Mar 2006 00:00:00 +0300
parents 3314be145cb9
children 4cd3e70c4d60
line wrap: on
line diff
--- a/src/http/ngx_http.c
+++ b/src/http/ngx_http.c
@@ -580,9 +580,6 @@ ngx_http_block(ngx_conf_t *cf, ngx_comma
             name = in_addr[a].names.elts;
             for (s = 0; s < in_addr[a].names.nelts; s++) {
 
-                ngx_log_error(NGX_LOG_ALERT, cf->log, 0,
-                              "server name \"%V\"", &name[s].name);
-
                 ch = name[s].name.data[0];
 
                 if (ch == '*' || ch == '.') {
@@ -605,9 +602,6 @@ ngx_http_block(ngx_conf_t *cf, ngx_comma
 
             for (s = 0; s < in_addr[a].names.nelts; s++) {
 
-                ngx_log_error(NGX_LOG_ALERT, cf->log, 0,
-                              "wildcard server name \"%V\"", &name[s].name);
-
                 ch = name[s].name.data[0];
 
                 if (ch != '*' && ch != '.') {