mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 10:59:35 -05:00
minor output fix
This commit is contained in:
parent
2925c2bfb3
commit
a4e4169138
1 changed files with 1 additions and 1 deletions
|
|
@ -441,7 +441,7 @@ printmessage(dns_message_t *message) {
|
|||
printf("%sra", did_flag ? " " : "");
|
||||
did_flag = ISC_TRUE;
|
||||
}
|
||||
printf("; QUERY: %u ANSWER: %u, AUTHORITY: %u, ADDITIONAL: %u\n",
|
||||
printf("; QUERY: %u, ANSWER: %u, AUTHORITY: %u, ADDITIONAL: %u\n",
|
||||
message->qcount, message->ancount, message->aucount,
|
||||
message->adcount);
|
||||
printquestions(&message->question);
|
||||
|
|
|
|||
Loading…
Reference in a new issue