mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 19:10:00 -04:00
use %u instead of %d
This commit is contained in:
parent
e632696a6d
commit
5bc9ede092
1 changed files with 1 additions and 1 deletions
|
|
@ -2274,7 +2274,7 @@ print_contexts(FILE *file) {
|
|||
ctx != NULL;
|
||||
ctx = ISC_LIST_NEXT(ctx, link))
|
||||
{
|
||||
fprintf(file, "context: %p (%s): %d references\n",
|
||||
fprintf(file, "context: %p (%s): %u references\n",
|
||||
ctx,
|
||||
ctx->name[0] == 0 ? "<unknown>" : ctx->name,
|
||||
ctx->references);
|
||||
|
|
|
|||
Loading…
Reference in a new issue