Reduced log spam

This commit is contained in:
CalDescent 2022-10-14 17:03:10 +01:00
parent 3844358380
commit 0d9aafaf4e

View File

@ -1610,7 +1610,7 @@ public class Controller extends Thread {
* having been passed upwards from Peer to Network to Controller.
* Hence, these are NOT simple "here's my chain tip" broadcasts from other peers.
*/
LOGGER.info("Discarding late {} message with ID {} from {}", message.getType().name(), message.getId(), peer);
LOGGER.debug("Discarding late {} message with ID {} from {}", message.getType().name(), message.getId(), peer);
return;
}