All LOG message should use gettextutils _LI, _LW, _LE, _LC

Bug #1386059 reported by Romil Gupta
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
In Progress
Medium
Romil Gupta

Bug Description

1. All existing LOG.info(_("") messages should be translated to LOG.info(_LI("").

2. All existing LOG.warning(_("") messages should be translated to LOG.warning(_LW("").

3. All existing LOG.error(_("") messages should be translated to LOG.error(_LE("").

4. All existing LOG.critical(_("") messages should be translated to LOG.critical(_LC("").

And every file which contains LOG messages should have a following file imported.

from neutron.openstack.common.gettextutils import _LI, _LW, _LE, _LC

Romil Gupta (romilg)
Changed in neutron:
assignee: nobody → Romil Gupta (romilg)
description: updated
Changed in neutron:
status: New → In Progress
Changed in neutron:
importance: Undecided → Medium
Revision history for this message
Akihiro Motoki (amotoki) wrote :

I hope all changes related to the new log translation policy are done in a single bug.
I hope bug 1320867 is used to this purpose, so I mark this bug as duplicate of bug 1320867.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.