comparison src/core/ngx_resolver.c @ 5600:957d734362ed

Fixed format specifier in logging of "c->number".
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 06 Mar 2014 18:25:59 +0400
parents 545a4d393e2f
children f166c521b619 20ebe12cfa7a
comparison
equal deleted inserted replaced
5599:68e41f0cb207 5600:957d734362ed
3060 wev->own_lock = &c->lock; 3060 wev->own_lock = &c->lock;
3061 3061
3062 #endif 3062 #endif
3063 3063
3064 ngx_log_debug3(NGX_LOG_DEBUG_EVENT, &uc->log, 0, 3064 ngx_log_debug3(NGX_LOG_DEBUG_EVENT, &uc->log, 0,
3065 "connect to %V, fd:%d #%d", &uc->server, s, c->number); 3065 "connect to %V, fd:%d #%uA", &uc->server, s, c->number);
3066 3066
3067 rc = connect(s, uc->sockaddr, uc->socklen); 3067 rc = connect(s, uc->sockaddr, uc->socklen);
3068 3068
3069 /* TODO: aio, iocp */ 3069 /* TODO: aio, iocp */
3070 3070