mirror of
https://github.com/HelloZeroNet/ZeroNet.git
synced 2023-12-14 04:33:03 +01:00
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)
|
||||
packed_peers[ip_type].append(peer.packMyAddress())
|
||||
except Exception:
|
||||
logging.error("Error packing peer address: %s" % peer)
|
||||
logging.debug("Error packing peer address: %s" % peer)
|
||||
return packed_peers
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue