mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
fix debug logging
This commit is contained in:
parent
0d6283918f
commit
868db976d7
@ -94,7 +94,7 @@ ngx_http_split_clients_variable(ngx_http_request_t *r,
|
|||||||
for (i = 0; i < ctx->parts.nelts; i++) {
|
for (i = 0; i < ctx->parts.nelts; i++) {
|
||||||
|
|
||||||
ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
||||||
"%D %D", hash, part[i].percent);
|
"http split: %uD %uD", hash, part[i].percent);
|
||||||
|
|
||||||
if (hash < part[i].percent) {
|
if (hash < part[i].percent) {
|
||||||
*v = part[i].value;
|
*v = part[i].value;
|
||||||
|
Loading…
Reference in New Issue
Block a user