[Zodb-checkins] CVS: ZEO/ZEO - start.py:1.41

Jeremy Hylton jeremy@zope.com
Fri, 23 Aug 2002 10:26:47 -0400


Update of /cvs-repository/ZEO/ZEO
In directory cvs.zope.org:/tmp/cvs-serv16187

Modified Files:
	start.py 
Log Message:
Fix capitalization in rotate_logs() so that it actually works.


=== ZEO/ZEO/start.py 1.40 => 1.41 ===
--- ZEO/ZEO/start.py:1.40	Mon Aug  5 17:44:22 2002
+++ ZEO/ZEO/start.py	Fri Aug 23 10:26:47 2002
@@ -305,8 +305,8 @@
         return
     # This will work if the minimal logger is in use, but not if some
     # other logger is active.
-    import zLog.MinimalLogger
-    zLog.MinimalLogger._log.initialize()
+    import zLOG.MinimalLogger
+    zLOG.MinimalLogger._log.initialize()
 
 def rotate_logs_handler(signum, frame):
     rotate_logs()