diff options
author | Ruslan Ermilov <ru@nginx.com> | 2015-04-20 13:05:11 +0300 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2015-04-20 13:05:11 +0300 |
commit | c799c82faad507e5f6082669b02f14d332f23a61 (patch) | |
tree | 39a38e1f2995952d24e7beef216c77963aaa7a30 /src/core/ngx_log.c | |
parent | a2dac51398b4442437bccbdf01c103ae958600a7 (diff) | |
download | nginx-c799c82faad507e5f6082669b02f14d332f23a61.tar.gz nginx-c799c82faad507e5f6082669b02f14d332f23a61.zip |
Stream: port from NGINX+.
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 bf0050885..2aea37440 100644 --- a/src/core/ngx_log.c +++ b/src/core/ngx_log.c @@ -86,7 +86,7 @@ static ngx_str_t err_levels[] = { static const char *debug_levels[] = { "debug_core", "debug_alloc", "debug_mutex", "debug_event", - "debug_http", "debug_mail", "debug_mysql" + "debug_http", "debug_mail", "debug_mysql", "debug_stream" }; |