[Zodb-checkins] CVS: Zope3/lib/python/ZODB - lock_file.py:1.11
Tim Peters
tim.one@comcast.net
Thu, 19 Dec 2002 16:50:53 -0500
Update of /cvs-repository/Zope3/lib/python/ZODB
In directory cvs.zope.org:/tmp/cvs-serv5733/lib/python/ZODB
Modified Files:
lock_file.py
Log Message:
More logging.
=== Zope3/lib/python/ZODB/lock_file.py 1.10 => 1.11 ===
--- Zope3/lib/python/ZODB/lock_file.py:1.10 Thu Dec 12 11:58:14 2002
+++ Zope3/lib/python/ZODB/lock_file.py Thu Dec 19 16:50:53 2002
@@ -50,7 +50,6 @@
"Could not lock the database file. There must be\n"
"another process that has opened the file.\n")
except:
- import zLOG
+ import logging
def lock_file(file):
- zLOG.LOG("FS", zLOG.INFO,
- "No file-locking support on this platform")
+ logging.warn("FS: No file-locking support on this platform")