2
0
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:
Mark Andrews
2018-02-15 13:43:13 +11:00
parent 54275e8f5c
commit b492700759
2 changed files with 2 additions and 2 deletions

View File

@@ -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,