mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 13:49:53 +01:00
Use full class names for loggers.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user