fix debug logging

This commit is contained in:
Igor Sysoev 2011-05-13 10:06:56 +00:00
parent 0d6283918f
commit 868db976d7

View File

@ -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;