- new automatic scan - scans everything the NIM can handle
[vuplus_dvbapp] / lib / python / Screens / Console.py
index d13729f..82fc8d1 100644 (file)
@@ -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):