← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1341458] Re: Bad LOG format

 

LOG.debug("DHCP Agent not found on host %s", host) is a common way for
log messages in neutron, why you think it should be .. % host) ?

** Changed in: neutron
       Status: In Progress => Invalid

-- 
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):
  Invalid

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


References