From 3c3ca1735815a4e495922b50b01a258016c93d4b Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 5 Jan 2004 20:55:48 +0000 Subject: nginx-0.0.1-2004-01-05-23:55:48 import --- src/core/ngx_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/ngx_log.c') diff --git a/src/core/ngx_log.c b/src/core/ngx_log.c index 98b71c8d3..de238f526 100644 --- 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" }; -- cgit