Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-11-20 20:36:43 +0300
committerIgor Sysoev <igor@sysoev.ru>2003-11-20 20:36:43 +0300
commit1ef225254ef3f7fc5470289bdeabad2e31507d55 (patch)
tree5a11f95ce27d89ff01dbd75305fe5dd41857ad4f /src/http/ngx_http_busy_lock.c
parentbb6ec8c9fd4d23848ac3dddb1296d8fac5c99da8 (diff)
nginx-0.0.1-2003-11-20-20:36:43 import
Diffstat (limited to 'src/http/ngx_http_busy_lock.c')
-rw-r--r--src/http/ngx_http_busy_lock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http/ngx_http_busy_lock.c b/src/http/ngx_http_busy_lock.c
index 172e15eb0..901407824 100644
--- a/src/http/ngx_http_busy_lock.c
+++ b/src/http/ngx_http_busy_lock.c
@@ -59,7 +59,8 @@ int ngx_http_busy_lock_cachable(ngx_http_busy_lock_t *bl,
rc = ngx_http_busy_lock_look_cachable(bl, bc, lock);
-ngx_log_debug(bc->event->log, "BUSYLOCK: %d" _ rc);
+ngx_log_debug(bc->event->log, "BUSYLOCK: %d %d:%d" _
+ rc _ bl->waiting _ bl->max_waiting);
if (rc == NGX_OK) { /* no the same request, there's free slot */
return NGX_OK;