diff src/core/ngx_log.c @ 218:05592fd7a436

nginx-0.0.1-2004-01-05-23:55:48 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 05 Jan 2004 20:55:48 +0000
parents 00cafae0bdf1
children 2ba3477070ac
line wrap: on
line diff
--- a/src/core/ngx_log.c
+++ b/src/core/ngx_log.c
@@ -52,7 +52,7 @@ static const char *err_levels[] = {
 };
 
 static const char *debug_levels[] = {
-    "debug", "debug_alloc", "debug_event", "debug_http"
+    "debug", "debug_core", "debug_alloc", "debug_event", "debug_http"
 };