summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/backend
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-07-14 16:24:59 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-07-15 09:12:18 -0300
commit57ac3750970777bb5b6e372e5eb00f3144098d90 (patch)
treef06ed48a24f2c3ed13a1ca9dd23c89c8cb89c971 /src/leap/bitmask/backend
parent662ae7107bde734cda8d4bc08f5b647650139b61 (diff)
Support EIP in OSX
Diffstat (limited to 'src/leap/bitmask/backend')
-rw-r--r--src/leap/bitmask/backend/components.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/leap/bitmask/backend/components.py b/src/leap/bitmask/backend/components.py
index 8b471b14..8fa8b285 100644
--- a/src/leap/bitmask/backend/components.py
+++ b/src/leap/bitmask/backend/components.py
@@ -649,7 +649,8 @@ class EIP(object):
launcher = get_vpn_launcher()
ovpn_path = force_eval(launcher.OPENVPN_BIN_PATH)
if not os.path.isfile(ovpn_path):
- logger.error("Cannot start OpenVPN, binary not found")
+ logger.error("Cannot start OpenVPN, binary not found: %s" %
+ (ovpn_path,))
return False
# check for other problems