mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-03 04:06:23 -04:00
Merge pull request #442 from ivilata/DemoteKeepaliveWarning
Demote keepalive warning to debug entry
This commit is contained in:
commit
37c7993d19
1 changed files with 2 additions and 1 deletions
|
@ -189,7 +189,8 @@ public class KeepAliveManager implements MessageListener, ConnectionListener, Pe
|
||||||
handlerMap.put(uid, keepAliveHandler);
|
handlerMap.put(uid, keepAliveHandler);
|
||||||
keepAliveHandler.sendPingAfterRandomDelay(connection);
|
keepAliveHandler.sendPingAfterRandomDelay(connection);
|
||||||
} else {
|
} 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);
|
"We will try to ping that peer at the next schedule.", uid);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue