changeset 5894 | 7510cc3bbdbb |
parent 5891 | 99024ad59223 |
child 5920 | 6c0a7a881024 |
--- a/server/session.py Mon Jul 05 19:08:30 2010 +0200 +++ b/server/session.py Mon Jul 05 19:05:56 2010 +0200 @@ -747,7 +747,6 @@ self.pending_operations[:] = processed self.debug('%s session %s done', trstate, self.id) except: - self.critical('error while %sing', trstate, exc_info=True) # if error on [pre]commit: # # * set .failed = True on the operation causing the failure