mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
whitespace
This commit is contained in:
parent
6084b738bc
commit
bf0b649993
@ -8960,7 +8960,7 @@ log_query(ns_client_t *client, unsigned int flags, unsigned int extflags) {
|
|||||||
level, "query: %s %s %s %s%s%s%s%s%s%s (%s)", namebuf,
|
level, "query: %s %s %s %s%s%s%s%s%s%s (%s)", namebuf,
|
||||||
classname, typename, WANTRECURSION(client) ? "+" : "-",
|
classname, typename, WANTRECURSION(client) ? "+" : "-",
|
||||||
(client->signer != NULL) ? "S" : "", ednsbuf,
|
(client->signer != NULL) ? "S" : "", ednsbuf,
|
||||||
TCP(client) ? "T" : "",
|
TCP(client) ? "T" : "",
|
||||||
((extflags & DNS_MESSAGEEXTFLAG_DO) != 0) ? "D" : "",
|
((extflags & DNS_MESSAGEEXTFLAG_DO) != 0) ? "D" : "",
|
||||||
((flags & DNS_MESSAGEFLAG_CD) != 0) ? "C" : "",
|
((flags & DNS_MESSAGEFLAG_CD) != 0) ? "C" : "",
|
||||||
HAVECOOKIE(client) ? "V" : WANTCOOKIE(client) ? "K" : "",
|
HAVECOOKIE(client) ? "V" : WANTCOOKIE(client) ? "K" : "",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user