Even more debug logging
This commit is contained in:
parent
dad99a51e0
commit
3e32f0e025
|
@ -108,6 +108,7 @@ def bootstrap_from_dns():
|
||||||
'bootstrap{}.bitmessage.org'.format(port), 80,
|
'bootstrap{}.bitmessage.org'.format(port), 80,
|
||||||
proto=socket.IPPROTO_TCP
|
proto=socket.IPPROTO_TCP
|
||||||
):
|
):
|
||||||
|
logging.info('Checking an item %r', item)
|
||||||
try:
|
try:
|
||||||
addr = item[4][0]
|
addr = item[4][0]
|
||||||
socket.inet_pton(item[0], addr)
|
socket.inet_pton(item[0], addr)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user