Comment 4 for bug 1269345

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/163231
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=15ee40e627f236011c9117fa65748fe4f03843d1
Submitter: Jenkins
Branch: master

commit 15ee40e627f236011c9117fa65748fe4f03843d1
Author: Vipin Balachandran <email address hidden>
Date: Wed Mar 11 04:53:02 2015 +0530

    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