diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-09-07 15:29:22 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-09-07 15:29:22 +0000 |
commit | 59cf56c5d975725be9e2adc84170ffe0c638fa48 (patch) | |
tree | d355ce8975bbcacc29cdf54ffac45c84b55649a0 /src/core/ngx_log.c | |
parent | aab4d8c0c4aa068cc7ddcb1c5daee330d9dec47a (diff) | |
download | nginx-59cf56c5d975725be9e2adc84170ffe0c638fa48.tar.gz nginx-59cf56c5d975725be9e2adc84170ffe0c638fa48.zip |
nginx-0.0.10-2004-09-07-19:29:22 import
Diffstat (limited to 'src/core/ngx_log.c')
-rw-r--r-- | src/core/ngx_log.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ngx_log.c b/src/core/ngx_log.c index a3f6e77cb..05ee4dd1d 100644 --- a/src/core/ngx_log.c +++ b/src/core/ngx_log.c @@ -47,7 +47,8 @@ static const char *err_levels[] = { }; static const char *debug_levels[] = { - "debug_core", "debug_alloc", "debug_mutex", "debug_event", "debug_http" + "debug_core", "debug_alloc", "debug_mutex", "debug_event", + "debug_http", "debug_imap" }; |