[Zodb-checkins] SVN: ZODB/branches/3.3/src/ZEO/cache.py s/zeo/ZEO/
in logger name, to match other ZEO logger names.
Tim Peters
tim.one at comcast.net
Mon Mar 28 15:32:52 EST 2005
Log message for revision 29705:
s/zeo/ZEO/ in logger name, to match other ZEO logger names.
Changed:
U ZODB/branches/3.3/src/ZEO/cache.py
-=-
Modified: ZODB/branches/3.3/src/ZEO/cache.py
===================================================================
--- ZODB/branches/3.3/src/ZEO/cache.py 2005-03-28 19:33:24 UTC (rev 29704)
+++ ZODB/branches/3.3/src/ZEO/cache.py 2005-03-28 20:32:52 UTC (rev 29705)
@@ -31,7 +31,7 @@
from ZODB.utils import z64, u64
-logger = logging.getLogger("zeo.cache")
+logger = logging.getLogger("ZEO.cache")
##
# A disk-based cache for ZEO clients.
More information about the Zodb-checkins
mailing list