Comment 25 for bug 1596829

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

Reviewed: https://review.openstack.org/349768
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=0fe151d07f1f77bec1e8b7827823bf7197b52408
Submitter: Jenkins
Branch: master

commit 0fe151d07f1f77bec1e8b7827823bf7197b52408
Author: LiuNanke <email address hidden>
Date: Tue Aug 2 11:20:41 2016 +0800

    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: Ie4ea466f951db796fd85277c52be40018dfb01ac
    Closes-Bug:#1596829