summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/vpn/fw
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-08-28 18:00:47 -0400
committerKali Kaneko <kali@leap.se>2017-08-30 16:18:51 -0400
commit2ff3f6adf7ce24cf31f5ad398cebddef0ff0b0a1 (patch)
tree7696c70374da46c364eb3a786bef86c087884b23 /src/leap/bitmask/vpn/fw
parentb9fff80022e15560151f523015cb5bf73bd3cff1 (diff)
[bug] return if cannot parse state
Diffstat (limited to 'src/leap/bitmask/vpn/fw')
-rw-r--r--src/leap/bitmask/vpn/fw/firewall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/vpn/fw/firewall.py b/src/leap/bitmask/vpn/fw/firewall.py
index f4325c77..5100a5ee 100644
--- a/src/leap/bitmask/vpn/fw/firewall.py
+++ b/src/leap/bitmask/vpn/fw/firewall.py
@@ -123,7 +123,7 @@ class _LinuxFirewallManager(object):
log.failure('Error launching the firewall')
finally:
log.debug(result)
- print "LAUNCHED FIREWALL"
+ print "LAUNCHED FIREWALL", result
emit_async(catalog.VPN_STATUS_CHANGED)
return True