server/session.py
branchstable
changeset 2200 25bb65dc4559
parent 2190 d9f5fd1879fc
child 2306 95da5d9f0870
--- 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: