--- a/server/session.py Mon Jun 29 21:13:54 2009 +0200
+++ b/server/session.py Mon Jun 29 21:15:07 2009 +0200
@@ -266,6 +266,7 @@
assert not self.pending_operations
self.transaction_data.clear()
self._touch()
+ self.debug('commit session %s done (no db activity)', self.id)
return
if self.commit_state:
return
@@ -307,6 +308,7 @@
assert not self.pending_operations
self.transaction_data.clear()
self._touch()
+ self.debug('rollback session %s done (no db activity)', self.id)
return
try:
while self.pending_operations: