From: Igor Sysoev Date: Sun, 12 Dec 2010 20:11:31 +0000 (+0000) Subject: style fix X-Git-Tag: release-0.9.3~4 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=7c2611a2317634216ba2d2b42f97287c569ec42e;p=nginx.git style fix --- 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); }