X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FConsole.py;h=82fc8d1c310f976f750813ca2d838e6284935fab;hp=d13729f86500bcd8eacc7ea74ed43608df217094;hb=bc8ba2d89e7c71e95c1ee8e8e2da26a993e01997;hpb=ffd007cb4f71a3c9f7d69339126cbe69f6b4ee63 diff --git a/lib/python/Screens/Console.py b/lib/python/Screens/Console.py index d13729f..82fc8d1 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):