[Zope-Checkins] CVS: Zope/lib/python/ZServer - DebugLogger.py:1.1.2.4
Chris McDonough
chrism@zope.com
Fri, 3 Jan 2003 01:43:20 -0500
Update of /cvs-repository/Zope/lib/python/ZServer
In directory cvs.zope.org:/tmp/cvs-serv29601
Modified Files:
Tag: chrism-install-branch
DebugLogger.py
Log Message:
Merging chrism-install-branch with HEAD (hopefully for one of the last
times).
=== Zope/lib/python/ZServer/DebugLogger.py 1.1.2.3 => 1.1.2.4 ===
--- Zope/lib/python/ZServer/DebugLogger.py:1.1.2.3 Tue Nov 26 18:41:32 2002
+++ Zope/lib/python/ZServer/DebugLogger.py Fri Jan 3 01:43:18 2003
@@ -1,2 +1,2 @@
-from zLOG.DebugLogger import DebugLogger
-log = DebugLogger.log
+from zLOG.DebugLogger import debug_logger
+log = debug_logger.log