mirror of
https://github.com/nginx/nginx.git
synced 2024-12-20 14:13:33 -06:00
style fix
This commit is contained in:
parent
7b34e5f001
commit
775fd53f2d
@ -1519,8 +1519,7 @@ ngx_http_charset_postconfiguration(ngx_conf_t *cf)
|
||||
}
|
||||
|
||||
ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
|
||||
" no \"charset_map\" between the charsets "
|
||||
"\"%V\" and \"%V\"",
|
||||
"no \"charset_map\" between the charsets \"%V\" and \"%V\"",
|
||||
&charset[c].name, &charset[recode[i].dst].name);
|
||||
return NGX_ERROR;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user