MOAR logging
This commit is contained in:
parent
92fdee435a
commit
375a8c8427
@ -95,7 +95,10 @@ class TunnelBroker(object):
|
|||||||
logger.debug('Added link {0} successfully.'.format(self.iface_name))
|
logger.debug('Added link {0} successfully.'.format(self.iface_name))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error('Could not create link for link {0} '
|
logger.error('Could not create link for link {0} '
|
||||||
'(maybe it already exists?): {1}'.format(self.iface_name, e))
|
'(maybe it already exists?) with local {1} and remote {2}: {3}'.format(self.iface_name,
|
||||||
|
self.my_ip.str,
|
||||||
|
self.tun.server.str,
|
||||||
|
e))
|
||||||
ipr.close()
|
ipr.close()
|
||||||
raise e
|
raise e
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user