diff options
Diffstat (limited to 'lib/python/Screens/Console.py')
| -rw-r--r-- | lib/python/Screens/Console.py | 1 |
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): |
