Commit a23f1818 authored by guus's avatar guus

Make logging less verbose.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@12972 b35dd754-fafc-0310-a699-88a17e54d16e
parent 4f239088
......@@ -357,7 +357,7 @@ public class CertificateManager {
}
}
Log.info("Check for certificate for '{}' using algorithm {} returned: ", new Object[] { domain, algorithm, result} );
Log.debug("Check for certificate for '{}' using algorithm {} returned: {}", new Object[] { domain, algorithm, result} );
return result;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment