forked from Qortal/qortal
Reduced log spam
This commit is contained in:
parent
3844358380
commit
0d9aafaf4e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user