From 375a8c842728c431f23237be3d490e7f224d70de Mon Sep 17 00:00:00 2001 From: brent s Date: Fri, 15 May 2020 02:47:08 -0400 Subject: [PATCH] MOAR logging --- utils/he_ipv6/tunnelbroker.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utils/he_ipv6/tunnelbroker.py b/utils/he_ipv6/tunnelbroker.py index c93046f..77bb851 100644 --- a/utils/he_ipv6/tunnelbroker.py +++ b/utils/he_ipv6/tunnelbroker.py @@ -95,7 +95,10 @@ class TunnelBroker(object): logger.debug('Added link {0} successfully.'.format(self.iface_name)) except Exception as e: 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() raise e try: