fix_logging

bzr revid: fp@tinyerp.com-20110115170802-n8o5kmx9vblfn0jw
This commit is contained in:
Fabien Pinckaers 2011-01-15 18:08:02 +01:00
parent 322976309e
commit 8bc146d459
1 changed files with 1 additions and 1 deletions

View File

@ -763,7 +763,7 @@ class ir_model_data(osv.osv):
cr.commit()
except Exception:
cr.rollback()
self.__logger.exception(
self.__logger.warn(
'Could not delete id: %d of model %s\nThere '
'should be some relation that points to this '
'resource\nYou should manually fix this and '