Merge "Log at error when we intend to reraise the exception"

This commit is contained in:
Jenkins 2017-03-15 02:18:31 +00:00 committed by Gerrit Code Review
commit d268981093
1 changed files with 1 additions and 1 deletions

View File

@ -920,7 +920,7 @@ class BaseStore(driver.Store):
with excutils.save_and_reraise_exception():
reason = _LE("Error during chunked upload to "
"backend, deleting stale chunks")
LOG.exception(reason)
LOG.error(reason)
self._delete_stale_chunks(
manager.get_connection(),
location.container,