From: Samuel Cabrero Date: Tue, 22 Feb 2022 12:00:05 +0000 (+0100) Subject: lib:krb5_wrap: Improve debug message and use newer debug macro X-Git-Tag: tevent-0.12.0~644 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed14513be055cc56eb39785323df2c538a813865;p=thirdparty%2Fsamba.git lib:krb5_wrap: Improve debug message and use newer debug macro Signed-off-by: Samuel Cabrero Reviewed-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- diff --git a/lib/krb5_wrap/krb5_samba.c b/lib/krb5_wrap/krb5_samba.c index 61d651b4d5f..e36db36ae05 100644 --- a/lib/krb5_wrap/krb5_samba.c +++ b/lib/krb5_wrap/krb5_samba.c @@ -1084,7 +1084,7 @@ krb5_error_code smb_krb5_renew_ticket(const char *ccache_string, goto done; } - DEBUG(10,("smb_krb5_renew_ticket: using %s as ccache\n", ccache_string)); + DBG_DEBUG("Using %s as ccache for '%s'\n", ccache_string, client_string); /* FIXME: we should not fall back to defaults */ ret = krb5_cc_resolve(context, discard_const_p(char, ccache_string), &ccache);