aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/ScanSetup.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens/ScanSetup.py')
-rw-r--r--lib/python/Screens/ScanSetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/ScanSetup.py b/lib/python/Screens/ScanSetup.py
index 1ccbfd99..99cb0ca8 100644
--- a/lib/python/Screens/ScanSetup.py
+++ b/lib/python/Screens/ScanSetup.py
@@ -10,7 +10,7 @@ from Components.Label import Label
from enigma import eDVBFrontendParametersSatellite, eComponentScan
def getInitialTransponderList(tlist, pos):
- print pos
+ print "pos", pos
list = nimmanager.getTransponders(pos)
for x in list: