]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libads: Improve a debug message
authorVolker Lendecke <vl@samba.org>
Tue, 18 Aug 2020 07:16:22 +0000 (09:16 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 2 Oct 2020 21:30:32 +0000 (21:30 +0000)
"kdc_str" is a multi-line string starting with a tab. It looks
better in the debug message when starting in a new line.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libads/kerberos.c

index 583067aac7375fb78eebc82646aa921beb852808..52a5ac9b5e6867144e280543e65bdb862fd0fc95 100644 (file)
@@ -585,7 +585,7 @@ static char *get_kdc_ip_string(char *mem_ctx,
 
        result = kdc_str;
 out:
-       DEBUG(10, ("get_kdc_ip_string: Returning %s\n", kdc_str));
+       DBG_DEBUG("Returning\n%s\n", kdc_str);
 
        TALLOC_FREE(ip_sa_site);
        TALLOC_FREE(ip_sa_nonsite);