diff options
author | Ruslan Ermilov <ru@nginx.com> | 2016-03-31 22:33:26 +0300 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2016-03-31 22:33:26 +0300 |
commit | 5afd74bed6b9a93b800bf0b5cc8b4e82990e1e9e (patch) | |
tree | 421bd7ae6698ae0901e67bed5765a168a35538f2 /src/core/ngx_log.c | |
parent | 5ad6e01b464efe0eb140294fa15d71da38738ed3 (diff) | |
download | nginx-5afd74bed6b9a93b800bf0b5cc8b4e82990e1e9e.tar.gz nginx-5afd74bed6b9a93b800bf0b5cc8b4e82990e1e9e.zip |
Removed the prototype mysql module.
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 e7200795a..8e9408df0 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_stream" + "debug_http", "debug_mail", "debug_stream" }; |