Browse Source

Adjust KerberosHelper logging message

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2308 3d1905a2-6b24-0410-a738-b14d5a86fcbd
master
mguessan 9 years ago
parent
commit
71f6c2780b
  1. 2
      src/java/davmail/http/KerberosHelper.java

2
src/java/davmail/http/KerberosHelper.java

@ -150,7 +150,7 @@ public class KerberosHelper { @@ -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…
Cancel
Save