Merge "Fixes LOG.exception related unit test failure" into stable/liberty

This commit is contained in:
Jenkins
2016-03-03 00:14:57 +00:00
committed by Gerrit Code Review

View File

@@ -210,7 +210,7 @@ class VHDUtils(object):
{'func_name': func_name,
'error_code': ret_val,
'error_message': error_message})
LOG.exception(err)
LOG.error(err)
raise exception.VolumeBackendAPIException(err)
@staticmethod