[SCM] Samba Shared Repository - branch master updated

Marc Muehlfeld mmuehlfeld at samba.org
Wed Jul 26 19:35:03 UTC 2017


The branch, master has been updated
       via  4b56f80 Set log level for "Not authorative for" from 2 to 5
      from  ffee37c torture: Add sharemode tests for SMB2

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 4b56f803793a2da847b8d8bb65c8173691ab0244
Author: Marc Muehlfeld <mmuehlfeld at samba.org>
Date:   Wed Jul 26 08:00:24 2017 +0200

    Set log level for "Not authorative for" from 2 to 5
    
    Signed-off-by: Marc Muehlfeld <mmuehlfeld at samba.org>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>
    
    Autobuild-User(master): Marc Muehlfeld <mmuehlfeld at samba.org>
    Autobuild-Date(master): Wed Jul 26 21:34:48 CEST 2017 on sn-devel-144

-----------------------------------------------------------------------

Summary of changes:
 source4/dns_server/dns_query.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source4/dns_server/dns_query.c b/source4/dns_server/dns_query.c
index b8ecc2e..4b5bb07 100644
--- a/source4/dns_server/dns_query.c
+++ b/source4/dns_server/dns_query.c
@@ -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,


-- 
Samba Shared Repository



More information about the samba-cvs mailing list