Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kalikaneko committed Mar 21, 2013
1 parent 7bae8ea commit 9dace17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/leap/services/eip/vpn.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ def start(self, eipconfig, providerconfig, socket_host, socket_port):
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())
Expand Down

0 comments on commit 9dace17

Please sign in to comment.