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:
parent
2ec5792a4b
commit
29d08bfe26
@ -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));
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user