mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 07:38:06 +01:00
logger use current class
This commit is contained in:
committed by
Ehren Kret
parent
37bda0b035
commit
14f5271c20
@@ -42,7 +42,7 @@ public class BaseAccountAuthenticator {
|
||||
|
||||
private static final String IS_PRIMARY_DEVICE_TAG = "isPrimary";
|
||||
|
||||
private final Logger logger = LoggerFactory.getLogger(AccountAuthenticator.class);
|
||||
private final Logger logger = LoggerFactory.getLogger(BaseAccountAuthenticator.class);
|
||||
|
||||
private final AccountsManager accountsManager;
|
||||
private final Clock clock;
|
||||
|
||||
Reference in New Issue
Block a user