mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-20 07:46:05 -04:00
Merge pull request #442 from ivilata/DemoteKeepaliveWarning
Demote keepalive warning to debug entry
This commit is contained in:
commit
37c7993d19
@ -189,7 +189,8 @@ public class KeepAliveManager implements MessageListener, ConnectionListener, Pe
|
||||
handlerMap.put(uid, keepAliveHandler);
|
||||
keepAliveHandler.sendPingAfterRandomDelay(connection);
|
||||
} else {
|
||||
log.warn("Connection with id {} has not completed and is still in our map. " +
|
||||
// TODO check if this situation causes any issues
|
||||
log.debug("Connection with id {} has not completed and is still in our map. " +
|
||||
"We will try to ping that peer at the next schedule.", uid);
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user