summaryrefslogtreecommitdiff
path: root/src/leap/services
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/services')
-rw-r--r--src/leap/services/eip/vpn.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leap/services/eip/vpn.py b/src/leap/services/eip/vpn.py
index 9a60cf73..55ace23b 100644
--- a/src/leap/services/eip/vpn.py
+++ b/src/leap/services/eip/vpn.py
@@ -178,9 +178,9 @@ class VPN(QtCore.QThread):
def _dump_exitinfo(self):
"""
SLOT
- Prints debug info when quitting the process
-
TRIGGER: self._subp.finished
+
+ Prints debug info when quitting the process
"""
logger.debug("stdout: %s", self._subp.readAllStandardOutput())
logger.debug("stderr: %s", self._subp.readAllStandardError())