diff --git a/plugins/tor/tor_ b/plugins/tor/tor_ index fb95b445..18929d3d 100755 --- a/plugins/tor/tor_ +++ b/plugins/tor/tor_ @@ -152,7 +152,7 @@ class TorPlugin(object): import GeoIP except ImportError as e: - print('no ({})'.format(e)) + print('no (failed to import the required python module "GeoIP": {})'.format(e)) try: with gen_controller() as controller: