Comment 61 for bug 1320867

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

Reviewed: https://review.openstack.org/140026
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7bdbd6f3345e416e4f8e8c0e8f2741081ea339c6
Submitter: Jenkins
Branch: master

commit 7bdbd6f3345e416e4f8e8c0e8f2741081ea339c6
Author: Cedric Brandily <email address hidden>
Date: Mon Dec 8 15:23:47 2014 +0000

    Disallow log hints in LOG.debug

    Currently LOG.debug(_(...)) is disallowed but not LOG.debug(_Lx(...)).
    This change disallows all log hints in LOG.debug calls.

    Change-Id: I9758ad4ca9f7e8534abf38f5064b01b0c353e904
    Partial-bug: #1320867