aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Console.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-02-25 21:29:34 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-02-25 21:29:34 +0000
commitbc8ba2d89e7c71e95c1ee8e8e2da26a993e01997 (patch)
tree5faf13746f006278f4aff1034c96e1941a91cfaf /lib/python/Screens/Console.py
parentffd007cb4f71a3c9f7d69339126cbe69f6b4ee63 (diff)
downloadenigma2-bc8ba2d89e7c71e95c1ee8e8e2da26a993e01997.tar.gz
enigma2-bc8ba2d89e7c71e95c1ee8e8e2da26a993e01997.zip
- new automatic scan - scans everything the NIM can handle
- ServiceScan is now able to do a multipass scan - added the manual scan to the startwizard - wizards have a new "nextstep" attribute for the <step>-tag now
Diffstat (limited to 'lib/python/Screens/Console.py')
-rw-r--r--lib/python/Screens/Console.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Screens/Console.py b/lib/python/Screens/Console.py
index d13729f8..82fc8d1c 100644
--- a/lib/python/Screens/Console.py
+++ b/lib/python/Screens/Console.py
@@ -33,6 +33,7 @@ class Console(Screen):
def startRun(self):
self["text"].setText(_("Execution Progress:") + "\n\n")
+ print "Console: executing in run", self.run, " the command:", self.cmdlist[self.run]
self.container.execute(self.cmdlist[self.run])
def runFinished(self, retval):