Comment 2 for bug 1439762

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

Reviewed: https://review.openstack.org/171201
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=a992aa00130a56ce5c0a513553a1fe563b705972
Submitter: Jenkins
Branch: master

commit a992aa00130a56ce5c0a513553a1fe563b705972
Author: Ramana Raja <email address hidden>
Date: Tue Apr 7 18:38:07 2015 +0530

    Fix log/error message formatting

    - Use '%' for variable substitution in the message used for logging a
      call and throwing an exception.

    - Use log marker functions(_LI(), _LW(), _LE(), and _LC()) to send
      message directly to the log.

    - Use ',' for variable subsitution in the message in a log marker
      function.

    Change-Id: Ib925014e79d2c380954d952f5dbc835971a0b320
    Closes-Bug: #1439762