diff options
Diffstat (limited to 'src/http/ngx_http_busy_lock.c')
-rw-r--r-- | src/http/ngx_http_busy_lock.c | 3 |
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; |