[Zope-Checkins] CVS: ZODB3/ZEO - StorageServer.py:1.74.2.9

Guido van Rossum guido@python.org
Tue, 28 Jan 2003 13:11:24 -0500


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

Modified Files:
      Tag: ZODB3-3_1-branch
	StorageServer.py 
Log Message:
Log the transaction timeout when the server starts up.


=== ZODB3/ZEO/StorageServer.py 1.74.2.8 => 1.74.2.9 ===
--- ZODB3/ZEO/StorageServer.py:1.74.2.8	Mon Jan 20 16:54:26 2003
+++ ZODB3/ZEO/StorageServer.py	Tue Jan 28 13:11:22 2003
@@ -120,6 +120,7 @@
         self.dispatcher = self.DispatcherClass(addr,
                                                factory=self.new_connection,
                                                reuse_addr=1)
+        log("transaction_timeout = %s" % transaction_timeout)
         self.timeouts = {}
         for name in self.storages.keys():
             if transaction_timeout is None: