]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
VMware: Fix exception logging
authorVipin Balachandran <vbala@vmware.com>
Tue, 10 Mar 2015 23:23:02 +0000 (04:53 +0530)
committerVipin Balachandran <vbala@vmware.com>
Tue, 10 Mar 2015 23:58:55 +0000 (05:28 +0530)
commit15ee40e627f236011c9117fa65748fe4f03843d1
treea1a5227b112d60884c69762f211463fd9e84289a
parentb7452ac30bc803a864600a868afd1ab647f59263
VMware: Fix exception logging

At some places, logging.exception is called with a formatted
string containing info of the current exception. The exception
info in the log message is redundant since logging.exception
always logs the current exception.

Change-Id: I4ec6b3dabf6e0f2c22b06bd65d765eaa453b819d
Closes-Bug: #1269345
cinder/volume/drivers/vmware/vmdk.py