Comment 16 for bug 1596829

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

Reviewed: https://review.openstack.org/342924
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=598dee274c975f3544e09c9bfe4f676ff4643a49
Submitter: Jenkins
Branch: master

commit 598dee274c975f3544e09c9bfe4f676ff4643a49
Author: Bharath kumar <email address hidden>
Date: Fri Jul 15 15:20:19 2016 +0000

    Following the 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.

    See the oslo i18n guideline.

    * http://docs.openstack.org/developer/oslo.i18n/guidelines.html#adding-variables-to-log-messages

    * http://docs.openstack.org/developer/oslo.i18n/guidelines.html#avoid-forcing-the-translation-of-translatable-variables

    Change-Id: I96eaede777ca60c7ba2b83ea6968108910b62953
    Closes-Bug: #1596829