X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/89cfe350d37c0579faa522ac8da90e5d915a5f06..19e1b120e85f3cf3906c640af47c5084b09dd3be:/lib/python/Screens/Console.py 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):