From: Volker Lendecke Date: Tue, 18 Aug 2020 07:16:22 +0000 (+0200) Subject: libads: Improve a debug message X-Git-Tag: talloc-2.3.2~324 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f02e76d0237dc574c4eb732f420217e2ab886d27;p=thirdparty%2Fsamba.git libads: Improve a debug message "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 Reviewed-by: Jeremy Allison --- diff --git a/source3/libads/kerberos.c b/source3/libads/kerberos.c index 583067aac73..52a5ac9b5e6 100644 --- a/source3/libads/kerberos.c +++ b/source3/libads/kerberos.c @@ -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);