Even more debug logging

This commit is contained in:
Lee Miller 2024-07-14 05:28:41 +03:00
parent dad99a51e0
commit 3e32f0e025
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

View File

@ -108,6 +108,7 @@ def bootstrap_from_dns():
'bootstrap{}.bitmessage.org'.format(port), 80,
proto=socket.IPPROTO_TCP
):
logging.info('Checking an item %r', item)
try:
addr = item[4][0]
socket.inet_pton(item[0], addr)