Merge pull request #442 from ivilata/DemoteKeepaliveWarning

Demote keepalive warning to debug entry
This commit is contained in:
Manfred Karrer 2016-05-10 11:37:49 +02:00
commit 37c7993d19

View File

@ -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);
}
});