- new automatic scan - scans everything the NIM can handle
[enigma2.git] / lib / python / Screens / Console.py
index d13729f86500bcd8eacc7ea74ed43608df217094..82fc8d1c310f976f750813ca2d838e6284935fab 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):