yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #17261
[Bug 1341458] [NEW] Bad LOG format
Public bug reported:
we have some log as following:
LOG.debug("DHCP Agent not found on host %s", host)
It should be LOG.debug(_("DHCP Agent not found on host %s"), host)
I go through the neutron code and find the same problem is in the following files:
agentschedulers_db.py
mechanism_fslsdn.py
cisco_csr_mock.py
fake.py
database_stubs.py
** Affects: neutron
Importance: Undecided
Assignee: Liping Mao (limao)
Status: New
** Changed in: neutron
Assignee: (unassigned) => Liping Mao (limao)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1341458
Title:
Bad LOG format
Status in OpenStack Neutron (virtual network service):
New
Bug description:
we have some log as following:
LOG.debug("DHCP Agent not found on host %s", host)
It should be LOG.debug(_("DHCP Agent not found on host %s"), host)
I go through the neutron code and find the same problem is in the following files:
agentschedulers_db.py
mechanism_fslsdn.py
cisco_csr_mock.py
fake.py
database_stubs.py
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1341458/+subscriptions
Follow ups
References