aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2009-03-05 00:12:07 +0100
committerFelix Domke <tmbinc@elitedvb.net>2009-03-05 00:12:07 +0100
commit2f95f50608f64e18a0513ac2e1b713a603db0498 (patch)
tree8abf2ab9d5ab247462a3743c4ef7626bc7013d5b /lib/python/Plugins/SystemPlugins
parent7d31919c4447cbe8220b511d15659e164a4bc55b (diff)
parent8632fc87741200695d2726b689853b6b550a4b06 (diff)
downloadenigma2-2f95f50608f64e18a0513ac2e1b713a603db0498.tar.gz
enigma2-2f95f50608f64e18a0513ac2e1b713a603db0498.zip
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python/Plugins/SystemPlugins')
-rw-r--r--lib/python/Plugins/SystemPlugins/DiseqcTester/plugin.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/DiseqcTester/plugin.py b/lib/python/Plugins/SystemPlugins/DiseqcTester/plugin.py
index a4793949..bb4df74a 100644
--- a/lib/python/Plugins/SystemPlugins/DiseqcTester/plugin.py
+++ b/lib/python/Plugins/SystemPlugins/DiseqcTester/plugin.py
@@ -78,6 +78,14 @@ class ResultParser:
text += " ==> "
text += str(transponder[0])
text += "\n"
+ if reason == "pids_failed":
+ text += "(tsid, onid): "
+ text += str(transponder[3]['real'])
+ text += "(read from sat) != "
+ text += str(transponder[3]['expected'])
+ text += "(read from file)"
+ text += "\n"
+ text += "\n"
if countsuccessful > 0:
text += "\n"
text += "Successfully tuned transponders' previous planes:\n"