diff options
Diffstat (limited to 'src/leap')
-rw-r--r-- | src/leap/bitmask/vpn/launchers/linux.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/vpn/launchers/linux.py b/src/leap/bitmask/vpn/launchers/linux.py index f3b46a42..53a915a7 100644 --- a/src/leap/bitmask/vpn/launchers/linux.py +++ b/src/leap/bitmask/vpn/launchers/linux.py @@ -205,7 +205,7 @@ class LinuxVPNLauncher(VPNLauncher): deferred.callback(True) return else: - self.log.debug('Process did not die, waiting...') + log.debug('Process did not die, waiting...') tries += 1 reactor.callLater( |