Comment 6 for bug 1266812

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

Reviewed: https://review.openstack.org/67668
Committed: https://git.openstack.org/cgit/openstack/oslo-incubator/commit/?id=52b64466177b58c8e80bc72c5ce1e940782c969a
Submitter: Jenkins
Branch: master

commit 52b64466177b58c8e80bc72c5ce1e940782c969a
Author: Brant Knudson <email address hidden>
Date: Tue Jan 28 14:21:28 2014 -0600

    Fix deprecated messages sent multiple times

    Calling LOG.deprecated('...') multiple times with the same log
    message was causing the message to be logged multiple times. The
    message should only have been logged once.

    Change-Id: Ieab0bf2656761759966cf16f1de05bcb41cd1be5
    Closes-Bug: #1266812