forked from Qortal/qortal
Reduce log spam
This commit is contained in:
parent
5962ebd08a
commit
6ad0989ea2
@ -339,7 +339,7 @@ public class Network {
|
|||||||
try {
|
try {
|
||||||
if (!isConnected) {
|
if (!isConnected) {
|
||||||
// Add this signature to the list of pending requests for this peer
|
// Add this signature to the list of pending requests for this peer
|
||||||
LOGGER.info("Making connection to peer {} to request files for signature {}...", peerAddressString, Base58.encode(signature));
|
LOGGER.debug("Making connection to peer {} to request files for signature {}...", peerAddressString, Base58.encode(signature));
|
||||||
Peer peer = new Peer(peerData);
|
Peer peer = new Peer(peerData);
|
||||||
peer.setIsDataPeer(true);
|
peer.setIsDataPeer(true);
|
||||||
peer.addPendingSignatureRequest(signature);
|
peer.addPendingSignatureRequest(signature);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user