summaryrefslogtreecommitdiffstats
path: root/Under-Testing/Server-Code-New/ControllerClass.py
diff options
context:
space:
mode:
Diffstat (limited to 'Under-Testing/Server-Code-New/ControllerClass.py')
-rw-r--r--Under-Testing/Server-Code-New/ControllerClass.py1
1 files changed, 1 insertions, 0 deletions
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: