Log packing peer arrors as debug
This commit is contained in:
parent
b421893434
commit
eac25caf28
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ def packPeers(peers):
|
||||||
ip_type = getIpType(peer.ip)
|
ip_type = getIpType(peer.ip)
|
||||||
packed_peers[ip_type].append(peer.packMyAddress())
|
packed_peers[ip_type].append(peer.packMyAddress())
|
||||||
except Exception:
|
except Exception:
|
||||||
logging.error("Error packing peer address: %s" % peer)
|
logging.debug("Error packing peer address: %s" % peer)
|
||||||
return packed_peers
|
return packed_peers
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue