Commit 37170a17 authored by Guido van Rossum's avatar Guido van Rossum

Add log messages about start and completion of pack() call.

parent 24afe7ac
......@@ -260,7 +260,9 @@ class ZEOStorage:
return None
def pack_impl(self, time):
self.log("pack(time=%s) started..." % repr(time))
self.storage.pack(time, referencesf)
self.log("pack(time=%s) complete" % repr(time))
# Broadcast new size statistics
self.server.invalidate(0, self.storage_id, (), self.get_size_info())
......
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