mirror of
https://github.com/nginx/nginx.git
synced 2025-06-27 17:22:48 +08:00
fix log message
This commit is contained in:
parent
919130c76e
commit
adb410f9ae
@ -279,7 +279,7 @@ ngx_set_error_log_levels(ngx_conf_t *cf, ngx_log_t *log)
|
|||||||
|
|
||||||
if (log->log_level != 0) {
|
if (log->log_level != 0) {
|
||||||
ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
|
ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
|
||||||
"invalid log level \"%s\"",
|
"duplicate log level \"%s\"",
|
||||||
value[i].data);
|
value[i].data);
|
||||||
return NGX_CONF_ERROR;
|
return NGX_CONF_ERROR;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user