diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-03-04 11:49:24 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-03-04 11:49:24 +0100 |
| commit | 2d546599e517470d6b790c5e8f3a59441394d2d5 (patch) | |
| tree | 233019cf3bb7bd3ee59b623754039ce7bb96a047 /lib/python/Plugins/SystemPlugins | |
| parent | 6912901710bd794bf67d1b9ffab9b3a90e4bf1dc (diff) | |
| parent | a5b628b1eb1c2ccdd68d7ea0f57bbb4a31c25c83 (diff) | |
| download | enigma2-2d546599e517470d6b790c5e8f3a59441394d2d5.tar.gz enigma2-2d546599e517470d6b790c5e8f3a59441394d2d5.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.py | 8 |
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" |
