]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib:krb5_wrap: Improve debug message and use newer debug macro
authorSamuel Cabrero <scabrero@suse.de>
Tue, 22 Feb 2022 12:00:05 +0000 (13:00 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 23 Feb 2022 15:20:32 +0000 (15:20 +0000)
Signed-off-by: Samuel Cabrero <scabrero@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
lib/krb5_wrap/krb5_samba.c

index 61d651b4d5fed236a1734e3872ecec2c05244b4f..e36db36ae05e96b3784edab4c6a727e813fc85d7 100644 (file)
@@ -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);