[Zodb-checkins] CVS: ZODB3/zdaemon - Daemon.py:1.16
Jeremy Hylton
jeremy@zope.com
Wed, 30 Oct 2002 13:51:16 -0500
Update of /cvs-repository/ZODB3/zdaemon
In directory cvs.zope.org:/tmp/cvs-serv14808
Modified Files:
Daemon.py
Log Message:
Add missing log level to pstamp() call.
=== ZODB3/zdaemon/Daemon.py 1.15 => 1.16 ===
--- ZODB3/zdaemon/Daemon.py:1.15 Tue Oct 29 12:44:58 2002
+++ ZODB3/zdaemon/Daemon.py Wed Oct 30 13:51:15 2002
@@ -65,7 +65,7 @@
# an unsavory way (likely a segfault or something)
continue
else:
- pstamp("zdaemon exiting")
+ pstamp("zdaemon exiting", zLOG.INFO)
# no need to restart, our child wanted to die.
raise DieNow