diff options
Diffstat (limited to 'src/http/ngx_http.c')
-rw-r--r-- | src/http/ngx_http.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c index fb5dcb754..b50d580c5 100644 --- a/src/http/ngx_http.c +++ b/src/http/ngx_http.c @@ -580,9 +580,6 @@ ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) 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_command_t *cmd, void *conf) 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 != '.') { |