mirror of
https://github.com/nginx/nginx.git
synced 2025-06-06 00:42:40 +08:00
Resolver: fixed format specification.
Patch by Yichun Zhang (agentzh).
This commit is contained in:
parent
887f514e9f
commit
01f1e4d1dc
@ -1040,7 +1040,7 @@ ngx_resolver_process_response(ngx_resolver_t *r, u_char *buf, size_t n)
|
||||
nan = (query->nan_hi << 8) + query->nan_lo;
|
||||
|
||||
ngx_log_debug6(NGX_LOG_DEBUG_CORE, r->log, 0,
|
||||
"resolver DNS response %ui fl:%04Xui %ui/%ui/%ui/%ui",
|
||||
"resolver DNS response %ui fl:%04Xui %ui/%ui/%ud/%ud",
|
||||
ident, flags, nqs, nan,
|
||||
(query->nns_hi << 8) + query->nns_lo,
|
||||
(query->nar_hi << 8) + query->nar_lo);
|
||||
|
Loading…
Reference in New Issue
Block a user