neutron/neutron/hacking
Gary Kotton 0ce4510b35 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
2015-12-02 06:52:25 -08:00
..
__init__.py Add missing translation support 2014-05-19 12:16:56 +02:00
checks.py HACKING: fix edge case with log hints 2015-12-02 06:52:25 -08:00