mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 11:27:38 +08:00
log host/port on failed atlas method
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user