style fix

This commit is contained in:
Igor Sysoev 2007-10-18 16:12:55 +00:00
parent 7b34e5f001
commit 775fd53f2d

View File

@ -1519,9 +1519,8 @@ 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\"",
&charset[c].name, &charset[recode[i].dst].name);
"no \"charset_map\" between the charsets \"%V\" and \"%V\"",
&charset[c].name, &charset[recode[i].dst].name);
return NGX_ERROR;
next: