1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

s4-kerberos: raise the general kerberos debug level to 3

level 2 for every krb request is a bit much
This commit is contained in:
Andrew Tridgell 2010-01-16 17:57:17 +11:00
parent 2ec5792a4b
commit 29d08bfe26

View File

@ -71,7 +71,7 @@ static void smb_krb5_debug_close(void *private_data) {
static void smb_krb5_debug_wrapper(const char *timestr, const char *msg, void *private_data)
{
DEBUG(2, ("Kerberos: %s\n", msg));
DEBUG(3, ("Kerberos: %s\n", msg));
}
/*