summaryrefslogtreecommitdiffstats
path: root/Under-Testing
diff options
context:
space:
mode:
authorTriatmoko2011-11-16 22:27:25 +0100
committerTriatmoko2011-11-16 22:27:25 +0100
commit001d9be948d1d6263224debddda58bc1259a7ed2 (patch)
treef8260bcbdb4f5280d21a63ec2d9bf8cd8cb61658 /Under-Testing
parentMerge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftest (diff)
downloadgsm-selftest-001d9be948d1d6263224debddda58bc1259a7ed2.tar.gz
gsm-selftest-001d9be948d1d6263224debddda58bc1259a7ed2.tar.xz
gsm-selftest-001d9be948d1d6263224debddda58bc1259a7ed2.zip
loging
Diffstat (limited to 'Under-Testing')
-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: