mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
Set log level for "Not authorative for" from 2 to 5
Signed-off-by: Marc Muehlfeld <mmuehlfeld@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Marc Muehlfeld <mmuehlfeld@samba.org> Autobuild-Date(master): Wed Jul 26 21:34:48 CEST 2017 on sn-devel-144
This commit is contained in:
parent
ffee37c243
commit
4b56f80379
@ -1056,7 +1056,7 @@ struct tevent_req *dns_server_process_query_send(
|
||||
|
||||
if ((req_state->flags & DNS_FLAG_RECURSION_DESIRED) &&
|
||||
(req_state->flags & DNS_FLAG_RECURSION_AVAIL)) {
|
||||
DEBUG(2, ("Not authoritative for '%s', forwarding\n",
|
||||
DEBUG(5, ("Not authoritative for '%s', forwarding\n",
|
||||
in->questions[0].name));
|
||||
|
||||
subreq = ask_forwarder_send(state, ev, dns,
|
||||
|
Loading…
x
Reference in New Issue
Block a user