mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
use %u instead of %d
This commit is contained in:
@@ -5072,7 +5072,7 @@ query_trace(query_ctx_t *qctx) {
|
||||
snprintf(qbuf, sizeof(qbuf), "<unset>");
|
||||
|
||||
snprintf(mbuf, sizeof(mbuf) - 1,
|
||||
"client attr:0x%x, query attr:0x%X, restarts:%d, "
|
||||
"client attr:0x%x, query attr:0x%X, restarts:%u, "
|
||||
"origqname:%s, timer:%d, authdb:%d, referral:%d",
|
||||
qctx->client->attributes,
|
||||
qctx->client->query.attributes,
|
||||
|
Reference in New Issue
Block a user