mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-19 21:38:05 +01:00
logger use current class
This commit is contained in:
committed by
Ehren Kret
parent
37bda0b035
commit
14f5271c20
@@ -13,7 +13,7 @@ import java.io.IOException;
|
||||
|
||||
public class NetworkReceivedGauge extends NetworkGauge {
|
||||
|
||||
private final Logger logger = LoggerFactory.getLogger(NetworkSentGauge.class);
|
||||
private final Logger logger = LoggerFactory.getLogger(NetworkReceivedGauge.class);
|
||||
|
||||
private long lastTimestamp;
|
||||
private long lastReceived;
|
||||
|
||||
Reference in New Issue
Block a user