Comment 3 for bug 1321274

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

Reviewed: https://review.openstack.org/94334
Committed: https://git.openstack.org/cgit/openstack/oslo.db/commit/?id=d09fff66407a8f24ef724cafb69b04311ec11f7d
Submitter: Jenkins
Branch: master

commit d09fff66407a8f24ef724cafb69b04311ec11f7d
Author: Christian Berendt <email address hidden>
Date: Tue May 20 11:58:58 2014 +0200

    replace string format arguments with function parameters

    There are files containing string format arguments inside
    logging messages. Using logging function parameters should
    be preferred.

    Change-Id: I089a4c51c0fe98906d74bcdbd5394e74631d0dba
    Partial-Bug: #1321274