server/repository.py
changeset 5177 395e1ff018ae
parent 5174 78438ad513ca
parent 5167 529861a73ec8
child 5201 2b4267157f85
--- a/server/repository.py	Wed Apr 07 14:42:44 2010 +0200
+++ b/server/repository.py	Wed Apr 07 14:42:55 2010 +0200
@@ -593,7 +593,7 @@
                 raise
             except:
                 # FIXME: check error to catch internal errors
-                self.exception('unexpected error')
+                self.exception('unexpected error while executing %s with %s', rqlstring, args)
                 raise
         finally:
             session.reset_pool()