Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/ngx_log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ngx_log.c b/src/core/ngx_log.c
index 8d5e8b248..dabc8e4d4 100644
--- a/src/core/ngx_log.c
+++ b/src/core/ngx_log.c
@@ -58,8 +58,8 @@ static ngx_str_t err_levels[] = {
ngx_string("crit"),
ngx_string("error"),
ngx_string("warn"),
- ngx_string("notice"),
- ngx_string("info"),
+ ngx_string("notice"),
+ ngx_string("info"),
ngx_string("debug")
};