# HG changeset patch # User Ruslan Ermilov # Date 1342772519 0 # Node ID daa60662b7b57ee285afc705d175cb31db258418 # Parent 7ab10517ae5825129b53441b836e9d616d6593c8 Fixed debugging messages to account that limit_zone was renamed to limit_conn. diff -r 7ab10517ae58 -r daa60662b7b5 src/http/modules/ngx_http_limit_conn_module.c --- a/src/http/modules/ngx_http_limit_conn_module.c Tue Jul 17 04:47:34 2012 +0000 +++ b/src/http/modules/ngx_http_limit_conn_module.c Fri Jul 20 08:21:59 2012 +0000 @@ -238,7 +238,7 @@ } ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, - "limit zone: %08XD %d", node->key, lc->conn); + "limit conn: %08XD %d", node->key, lc->conn); ngx_shmtx_unlock(&shpool->mutex); @@ -358,7 +358,7 @@ ngx_shmtx_lock(&shpool->mutex); ngx_log_debug2(NGX_LOG_DEBUG_HTTP, lccln->shm_zone->shm.log, 0, - "limit zone cleanup: %08XD %d", node->key, lc->conn); + "limit conn cleanup: %08XD %d", node->key, lc->conn); lc->conn--;