]> git.kaiwu.me - nginx.git/commitdiff
fix log message
authorIgor Sysoev <igor@sysoev.ru>
Thu, 18 Jan 2007 14:28:34 +0000 (14:28 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 18 Jan 2007 14:28:34 +0000 (14:28 +0000)
src/core/ngx_log.c

index 175190ce2a6215df99cb1352a2aa5d7760c05195..280ead0db3337f323f0c0ad255460122b259f881 100644 (file)
@@ -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;
                 }