yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #24218
[Bug 1386054] Re: error message should use gettextutils
*** This bug is a duplicate of bug 1320867 ***
https://bugs.launchpad.net/bugs/1320867
** This bug is no longer a duplicate of bug 1386059
All LOG message should use gettextutils _LI, _LW, _LE, _LC
** This bug has been marked a duplicate of bug 1320867
Log message should follow new translation standard (use _LI, _LW, _LE, _LC and debug logs should not have translations)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1386054
Title:
error message should use gettextutils
Status in OpenStack Neutron (virtual network service):
New
Bug description:
The existing LOG.error(_("") messages should be translated to
LOG.error(_LE("").
And every file which contains error messages should have a following
file imported.
from neutron.openstack.common.gettextutils import _LE
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1386054/+subscriptions
References