mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-21 15:08:52 -05:00
Adjust KerberosHelper logging message
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2308 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
6960cb58e9
commit
71f6c2780b
@ -150,7 +150,7 @@ public class KerberosHelper {
|
||||
* @throws LoginException on error
|
||||
*/
|
||||
public static byte[] initSecurityContext(final String protocol, final String host, final GSSCredential delegatedCredentials, final byte[] token) throws GSSException, LoginException {
|
||||
LOGGER.debug("KerberosHelper.initSecurityContext " + protocol + '/' + host + ' ' + token.length + " bytes token");
|
||||
LOGGER.debug("KerberosHelper.initSecurityContext " + protocol + '@' + host + ' ' + token.length + " bytes token");
|
||||
|
||||
synchronized (LOCK) {
|
||||
// check cached TGT
|
||||
|
Loading…
Reference in New Issue
Block a user