comparison src/http/modules/ngx_http_upstream_ip_hash_module.c @ 6480:f01ab2dbcfdc

Fixed logging.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 31 Mar 2016 02:33:57 +0300
parents b6047abf5f30
children 29bf0dbc0a77
comparison
equal deleted inserted replaced
6479:dc92298b1852 6480:f01ab2dbcfdc
197 if (iphp->rrp.tried[n] & m) { 197 if (iphp->rrp.tried[n] & m) {
198 goto next; 198 goto next;
199 } 199 }
200 200
201 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, pc->log, 0, 201 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, pc->log, 0,
202 "get ip hash peer, hash: %ui %04XA", p, m); 202 "get ip hash peer, hash: %ui %04XL", p, (uint64_t) m);
203 203
204 if (peer->down) { 204 if (peer->down) {
205 goto next; 205 goto next;
206 } 206 }
207 207