mirror of
https://github.com/nginx/nginx.git
synced 2026-06-25 19:37:00 +00:00
style fix
This commit is contained in:
parent
076ad1672b
commit
7c2611a231
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue