designate/designate/backend/impl_infoblox
sonu.kumar f20ca36d15 Improving info level log messages
String interpolation should be delayed to be handled by the
logging code, rather than being done at the point of the
logging call.

So we should use-

LOG.info(_LI('some message: variable=%s'), variable)

instead of

LOG.info(_LI('some message: variable=%s') % variable)

Change-Id: I6b3e578f2a0b66f253d49fe44766b6a31196a7c4
link: http://docs.openstack.org/developer/oslo.i18n/guidelines.html
2015-11-27 12:26:28 +05:30
..
__init__.py Improving info level log messages 2015-11-27 12:26:28 +05:30
config.py Infoblox Backend 2015-05-26 10:05:31 -07:00
connector.py Update urllib/urlparse to use six.moves 2015-06-30 07:58:14 +05:30
ibexceptions.py Add py3 compatibility related changes 2015-06-26 16:07:55 +05:30
object_manipulator.py Infoblox Backend 2015-05-26 10:05:31 -07:00