neutron/neutron/plugins/embrane/agent
Angus Lees 15581431c1 embrane: Use lazy logging interpolation
There are a small number of examples of "eager" interpolation in
neutron:
  logging.debug("foo %s" % arg)

These should be converted to perform the interpolation lazily within
the logging function, since if the severity is below the logging level
then the interpolation can be skipped entirely.

This change addresses all such examples found in embrane via a pylint
test.  Other occurrences are addressed elsewhere.

Change-Id: Iabceb8c7d32111ae97d1200fbd25681e317f7bb7
Partial-Bug: #1404788
2014-12-22 17:12:54 +11:00
..
operations Update i18n translation for Embrane plugin 2014-12-03 08:24:26 -08:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
dispatcher.py embrane: Use lazy logging interpolation 2014-12-22 17:12:54 +11:00