[Zodb-checkins] CVS: ZODB3/ZEO - StorageServer.py:1.65

Guido van Rossum guido@python.org
Tue, 17 Sep 2002 14:47:53 -0400


Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv1217

Modified Files:
	StorageServer.py 
Log Message:
Comment repair.


=== ZODB3/ZEO/StorageServer.py 1.64 => 1.65 ===
--- ZODB3/ZEO/StorageServer.py:1.64	Tue Sep 17 14:33:32 2002
+++ ZODB3/ZEO/StorageServer.py	Tue Sep 17 14:47:53 2002
@@ -131,7 +131,7 @@
 
     def notifyDisconnected(self):
         # When this storage closes, we must ensure that it aborts
-        # any pending transaction.  Not sure if this is the cleanest way.
+        # any pending transaction.
         if self.transaction is not None:
             self.log("disconnected during transaction %s" % self.transaction)
             self.abort()