Comment 11 for bug 1596829

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

Reviewed: https://review.openstack.org/341309
Committed: https://git.openstack.org/cgit/openstack/networking-vsphere/commit/?id=9300f62e12cca83fdbb316e894c17f2b226677b8
Submitter: Jenkins
Branch: master

commit 9300f62e12cca83fdbb316e894c17f2b226677b8
Author: Aman Kumar <email address hidden>
Date: Tue Jul 12 23:00:21 2016 -0700

    Fix string interpolation to delayed by logging

    String interpolation should be delayed to be handled by the logging
    code, rather than being done at the point of the logging call.

    See the oslo i18n guideline.
    * http://docs.openstack.org/developer/oslo.i18n/guidelines.html

    References: https://review.openstack.org/#/c/339268

    Change-Id: Iace952cfcf8dec76f0a6bfe11693d175fa07c640
    Closes-Bug: #1596829