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:
mguessan 2014-07-31 21:08:47 +00:00
parent 6960cb58e9
commit 71f6c2780b
1 changed files with 1 additions and 1 deletions

View File

@ -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