From 7c2611a2317634216ba2d2b42f97287c569ec42e Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 12 Dec 2010 20:11:31 +0000 Subject: style fix --- src/http/ngx_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/ngx_http.c') diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c index 4ecd50ce8..0cebf29c0 100644 --- a/src/http/ngx_http.c +++ b/src/http/ngx_http.c @@ -1502,7 +1502,7 @@ ngx_http_server_names(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf, } if (rc == NGX_BUSY) { - ngx_log_error(NGX_LOG_WARN, cf->log, 0, + ngx_log_error(NGX_LOG_WARN, cf->log, 0, "conflicting server name \"%V\" on %s, ignored", &name[n].name, addr->opt.addr); } -- cgit v1.2.3