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:
authorIgor Sysoev <igor@sysoev.ru>2009-04-23 13:46:14 +0400
committerIgor Sysoev <igor@sysoev.ru>2009-04-23 13:46:14 +0400
commitae2f2b105ad8e56eea73720a094961cc9e665f3d (patch)
tree6d4706bf35610b5e191f589060e13335b4a60ab7
parenteeed2e9b2111d38d93c28057524d4b9354e0e471 (diff)
style fix: remove trailing spaces introduced in the previous commit
-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")
};