Comment 2 for bug 1659055

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

Reviewed: https://review.openstack.org/456179
Committed: https://git.openstack.org/cgit/openstack/nova-dpm/commit/?id=cb0074b90e432ffcb3c971576cfda65d84d855dc
Submitter: Jenkins
Branch: master

commit cb0074b90e432ffcb3c971576cfda65d84d855dc
Author: Juergen Leopold <email address hidden>
Date: Wed Apr 12 11:33:14 2017 +0000

    Use caller-side string formatting for LOG calls

    Formatting should only take place in case logging
    is turned on. For that, the format string
    and the values should be passed as separate arguments
    to the LOG method.

    Closes-Bug: #1659055

    Change-Id: Ic4f80bbee8ecec5631ac29f83e0163824c660960
    Signed-off-by: Juergen Leopold <email address hidden>