Use full class names for loggers.

This commit is contained in:
akwizgran
2018-08-07 15:17:19 +01:00
parent 8e732d880f
commit 34c0a83e36
3 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ class IntroduceeProtocolEngine
extends AbstractProtocolEngine<IntroduceeSession> {
private final static Logger LOG =
Logger.getLogger(IntroduceeProtocolEngine.class.getSimpleName());
Logger.getLogger(IntroduceeProtocolEngine.class.getName());
private final IntroductionCrypto crypto;
private final KeyManager keyManager;