[nginx] svn commit: r4388 - trunk/src/http
mdounin at mdounin.ru
mdounin at mdounin.ru
Mon Dec 26 11:33:11 UTC 2011
Author: mdounin
Date: 2011-12-26 11:33:11 +0000 (Mon, 26 Dec 2011)
New Revision: 4388
Log:
Fixed build without debug.
Modified:
trunk/src/http/ngx_http_file_cache.c
Modified: trunk/src/http/ngx_http_file_cache.c
===================================================================
--- trunk/src/http/ngx_http_file_cache.c 2011-12-26 11:16:19 UTC (rev 4387)
+++ trunk/src/http/ngx_http_file_cache.c 2011-12-26 11:33:11 UTC (rev 4388)
@@ -395,7 +395,7 @@
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 @@
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);
More information about the nginx-devel
mailing list