Commit ac3cb0f5 authored by Julien Muchembled's avatar Julien Muchembled

Log own ip

parent e23c4782
......@@ -644,8 +644,8 @@ class BaseTunnelManager(object):
if country:
if self._country.get(family) != country:
self._country[family] = country
logging.info('%s country: %s',
family_dict[family], country)
logging.info('%s country: %s (%s)',
family_dict[family], country, ip)
return
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment