Comment 2 for bug 1579900

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

Reviewed: https://review.openstack.org/314289
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=970d23ff2ae5449786e95b482dff344d4a48b323
Submitter: Jenkins
Branch: master

commit 970d23ff2ae5449786e95b482dff344d4a48b323
Author: Peter Stachowski <email address hidden>
Date: Mon May 9 20:32:31 2016 +0000

    Unsupported module driver not logged correctly

    If an invalid module driver is found, the method is erroneously
    printed out instead of the actual 'type.' This is due
    to missing parenthesis in the logging call.

    This has been fixed.

    Change-Id: I6fb23b3dbbec98de9ee1e2731bcfc56ab3c0ca42
    Closes-Bug: #1579900