log host/port on failed atlas method

This commit is contained in:
Jude Nelson
2017-10-31 16:47:18 -04:00
parent 9d7ea8d451
commit 9ace72ebc0

View File

@@ -2121,7 +2121,7 @@ def get_atlas_peers(hostport, timeout=30, my_hostport=None, proxy=None):
log.exception(ee)
log.error("Caught exception while connecting to Blockstack node: {}".format(ee))
resp = {'error': 'Failed to contact Blockstack node. Try again with `--debug`.'}
resp = {'error': 'Failed to contact Blockstack node {}. Try again with `--debug`.'.format(hostport)}
return resp
return peers