diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/ngx_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_log.c b/src/core/ngx_log.c index 175190ce2..280ead0db 100644 --- a/src/core/ngx_log.c +++ b/src/core/ngx_log.c @@ -279,7 +279,7 @@ ngx_set_error_log_levels(ngx_conf_t *cf, ngx_log_t *log) if (log->log_level != 0) { ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, - "invalid log level \"%s\"", + "duplicate log level \"%s\"", value[i].data); return NGX_CONF_ERROR; } |