diff options
Diffstat (limited to 'src/leap/bitmask/vpn/process.py')
-rw-r--r-- | src/leap/bitmask/vpn/process.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/leap/bitmask/vpn/process.py b/src/leap/bitmask/vpn/process.py index b9c84563..1ef54341 100644 --- a/src/leap/bitmask/vpn/process.py +++ b/src/leap/bitmask/vpn/process.py @@ -103,6 +103,11 @@ class _VPNProcess(protocol.ProcessProtocol): # processProtocol methods + def outReceived(self, data): + # use this to debug failed invocations. + # print data + pass + @defer.inlineCallbacks def _got_management_protocol(self, proto): self.proto = proto |