[Zodb-checkins] CVS: Packages/StorageGC - CyclicGC.py:1.7
tim@digicool.com
tim@digicool.com
Sat, 21 Apr 2001 14:13:35 -0400 (EDT)
Update of /cvs-repository/Packages/StorageGC
In directory korak:/tmp/cvs-serv10368/storagegc
Modified Files:
CyclicGC.py
Log Message:
Fixed typo in error string.
--- Updated File CyclicGC.py in package Packages/StorageGC --
--- CyclicGC.py 2001/04/21 05:41:01 1.6
+++ CyclicGC.py 2001/04/21 18:13:35 1.7
@@ -397,7 +397,7 @@
# info throughout the graph. It's safer and easier to just
# give up.
raise _TopologyError("Cached refcount %d != storage "
- "refcount $d for OID %s" %
+ "refcount %d for OID %s" %
(d[RC], storagerc, repr(obj)))
if result: