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	Fri Dec 26 19:08:50 2003 +0000
+++ b/src/core/ngx_log.c	Mon Jan 05 20:55:48 2004 +0000
@@ -52,7 +52,7 @@
 };
 
 static const char *debug_levels[] = {
-    "debug", "debug_alloc", "debug_event", "debug_http"
+    "debug", "debug_core", "debug_alloc", "debug_event", "debug_http"
 };