mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
lib:krb5_wrap: Improve debug message and use newer debug macro
Signed-off-by: Samuel Cabrero <scabrero@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
(cherry picked from commit ed14513be0
)
This commit is contained in:
parent
b464cbc035
commit
fc3fed64ae
@ -1079,7 +1079,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);
|
||||
|
Loading…
Reference in New Issue
Block a user