aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/SubserviceSelection.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-02-20 22:37:55 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-02-20 22:37:55 +0000
commitf4a635a25517d6e644e43537d10b894eab3e524e (patch)
tree52b21a1bb2e390194868f808ab273e4e2bb01af6 /lib/python/Screens/SubserviceSelection.py
parente56b5fe2bef7d16a067a230868fc09a78315f52d (diff)
downloadenigma2-f4a635a25517d6e644e43537d10b894eab3e524e.tar.gz
enigma2-f4a635a25517d6e644e43537d10b894eab3e524e.zip
add some info to debug prints
Diffstat (limited to 'lib/python/Screens/SubserviceSelection.py')
-rw-r--r--lib/python/Screens/SubserviceSelection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/SubserviceSelection.py b/lib/python/Screens/SubserviceSelection.py
index 0aa34b61..58710568 100644
--- a/lib/python/Screens/SubserviceSelection.py
+++ b/lib/python/Screens/SubserviceSelection.py
@@ -21,7 +21,7 @@ class SubserviceSelection(Screen):
self.subservices = subservices
- print subservices
+ print "subservices", subservices
tlist = []
if isinstance(subservices, iSubserviceListPtr):
n = subservices.getNumberOfSubservices()