mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
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 <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
322574834f
commit
f02e76d023
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user