Commit 8467908f authored by Jeremy Hylton's avatar Jeremy Hylton

Change log prefix to ZCS.

parent b5567f00
......@@ -20,7 +20,7 @@ ClientStorageError -- exception raised by ClientStorage
UnrecognizedResult -- exception raised by ClientStorage
ClientDisconnected -- exception raised by ClientStorage
$Id: ClientStorage.py,v 1.70 2002/10/01 16:39:44 jeremy Exp $
$Id: ClientStorage.py,v 1.71 2002/10/01 16:45:28 jeremy Exp $
"""
# XXX TO DO
......@@ -43,7 +43,7 @@ from ZODB import POSException
from ZODB.TimeStamp import TimeStamp
from zLOG import LOG, PROBLEM, INFO, BLATHER
def log2(type, msg, subsys="ClientStorage:%d" % os.getpid()):
def log2(type, msg, subsys="ZCS:%d" % os.getpid()):
LOG(subsys, type, msg)
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment