From 001d9be948d1d6263224debddda58bc1259a7ed2 Mon Sep 17 00:00:00 2001 From: Triatmoko Date: Wed, 16 Nov 2011 22:27:25 +0100 Subject: loging --- Under-Testing/Server-Code-New/ControllerClass.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Under-Testing/Server-Code-New/ControllerClass.py') diff --git a/Under-Testing/Server-Code-New/ControllerClass.py b/Under-Testing/Server-Code-New/ControllerClass.py index d6b47c5..1fbcba0 100644 --- a/Under-Testing/Server-Code-New/ControllerClass.py +++ b/Under-Testing/Server-Code-New/ControllerClass.py @@ -245,6 +245,7 @@ class controller: status = self.boxDest.startTunneling() #check whether the SSH tunneling succes or not, 0 is failed! + logger.logEvent('SSH Status :'+str(status)) if status!= 0: self.continues = 1 else: -- cgit v1.2.3-55-g7522