Welcome! Log In Create A New Profile

Advanced

[nginx] svn commit: r4388 - trunk/src/http

Anonymous User
December 26, 2011 06:34AM
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);


_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] svn commit: r4388 - trunk/src/http

Anonymous User 1381 December 26, 2011 06:34AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 295
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready