Comment 30 for bug 1596829

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

Reviewed: https://review.openstack.org/349807
Committed: https://git.openstack.org/cgit/openstack/masakari/commit/?id=cd3be63409146c960949708b952282b879a70e56
Submitter: Jenkins
Branch: master

commit cd3be63409146c960949708b952282b879a70e56
Author: Takashi NATSUME <email address hidden>
Date: Tue Aug 2 14:39:30 2016 +0900

    Add a hacking rule for string interpolation at logging

    String interpolation should be delayed to be handled
    by the logging code, rather than being done
    at the point of the logging call.
    So add a hacking rule for it.

    See the oslo i18n guideline.

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

    Change-Id: Ib7d97e6edbb8069c12b22505c0d6653b4a17ec78
    Closes-Bug: #1596829