diff options
Diffstat (limited to 'src/core/ngx_log.c')
-rw-r--r-- | src/core/ngx_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" }; |