From f4a635a25517d6e644e43537d10b894eab3e524e Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 20 Feb 2006 22:37:55 +0000 Subject: add some info to debug prints --- lib/python/Screens/TimerEdit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Screens/TimerEdit.py') diff --git a/lib/python/Screens/TimerEdit.py b/lib/python/Screens/TimerEdit.py index bd4b64d3..761b2b48 100644 --- a/lib/python/Screens/TimerEdit.py +++ b/lib/python/Screens/TimerEdit.py @@ -182,7 +182,7 @@ class TimerSanityConflict(Screen): def __init__(self, session, timer): Screen.__init__(self, session) self.timer = timer - print timer + print "TimerSanityConflict", timer self["timer1"] = TimerList(self.getTimerList(timer[0])) if len(timer) > 1: -- cgit v1.2.3