]> git.kaiwu.me - nginx.git/commitdiff
fix debug logging
authorIgor Sysoev <igor@sysoev.ru>
Fri, 13 May 2011 10:06:56 +0000 (10:06 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 13 May 2011 10:06:56 +0000 (10:06 +0000)
src/http/modules/ngx_http_split_clients_module.c

index a43fac5195e01658fa36905ebe08633778e5a09a..0b726f777a161630479c1815eb1b4cc96b27c7f2 100644 (file)
@@ -94,7 +94,7 @@ ngx_http_split_clients_variable(ngx_http_request_t *r,
     for (i = 0; i < ctx->parts.nelts; i++) {
 
         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) {
             *v = part[i].value;