changeset 4387:e8181eeddaf8

Fixed build without debug.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 26 Dec 2011 11:33:11 +0000
parents 92deb73393f7
children 005fc2d5e84f
files src/http/ngx_http_file_cache.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/ngx_http_file_cache.c
+++ b/src/http/ngx_http_file_cache.c
@@ -395,7 +395,7 @@ ngx_http_file_cache_lock(ngx_http_reques
 
     ngx_shmtx_unlock(&cache->shpool->mutex);
 
-    ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
+    ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
                    "http file cache lock u:%d wt:%M",
                    c->updating, c->wait_time);
 
@@ -437,7 +437,7 @@ ngx_http_file_cache_lock_wait_handler(ng
     r = ev->data;
     c = r->cache;
 
-    ngx_log_debug0(NGX_LOG_DEBUG_HTTP, ev->log, 0,
+    ngx_log_debug2(NGX_LOG_DEBUG_HTTP, ev->log, 0,
                    "http file cache wait handler wt:%M cur:%M",
                    c->wait_time, ngx_current_msec);