← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1522054] Re: hacking does not catch LOG.info(_('who lets the dogs out'))

 

Reviewed:  https://review.openstack.org/252434
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=0ce4510b35b73c0ecb1e4a1681038058f58c3038
Submitter: Jenkins
Branch:    master

commit 0ce4510b35b73c0ecb1e4a1681038058f58c3038
Author: Gary Kotton <gkotton@xxxxxxxxxx>
Date:   Wed Dec 2 06:52:25 2015 -0800

    HACKING: fix edge case with log hints
    
    A log message with _() was not raised as an error, for example:
    LOG.info(_('who let the dogs out!')).
    
    This should be:
    LOG.info(_LI('who who who who!'))
    
    Change-Id: I040f01b19ff5de00467b80be7399b998534d9a57
    Closes-bug: #1522054


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1522054

Title:
  hacking does not catch LOG.info(_('who lets the dogs out'))

Status in neutron:
  Fix Released

Bug description:
  It should be:
  LOG.info(_LI('who who who who'))

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1522054/+subscriptions


References