← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1403296] Re: neutron.cmd.sanity: Too few/wrong arguments to logging call

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

** Changed in: neutron
    Milestone: None => kilo-1

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1403296

Title:
  neutron.cmd.sanity: Too few/wrong arguments to logging call

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  ofctl_arg_supported contains a bad call to LOG.debug in an exception
  path.

      LOG.debug("...%s. Exception: %s", (full_args, e))

  This throws "TypeError: not enough arguments for format string" and
  should be:

      LOG.debug("...%s. Exception: %s", full_args, e)

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1403296/+subscriptions


References