[Zope-CVS] CVS: Products/Scheduler - Scheduler.py:1.20
Chris McDonough
chrism@zope.com
Sat, 28 Jun 2003 15:32:28 -0400
Update of /cvs-repository/Products/Scheduler
In directory cvs.zope.org:/tmp/cvs-serv17459
Modified Files:
Scheduler.py
Log Message:
Log manual ZMI poke of manage_notifyTasks.
=== Products/Scheduler/Scheduler.py 1.19 => 1.20 ===
--- Products/Scheduler/Scheduler.py:1.19 Sat Jun 28 14:24:11 2003
+++ Products/Scheduler/Scheduler.py Sat Jun 28 15:32:27 2003
@@ -342,6 +342,8 @@
def manage_notifyTasks(self, REQUEST=None):
""" Run any pending tasks (allow poking via the ZMI)."""
+ LOG('Scheduler (%s)' % self.getId(), BLATHER,
+ 'manage_notifyTasks was called via manual ZMI poke.')
self.notify()
if REQUEST is not None: