Merge "Nicira plugin: Reduce message severity to DEBUG from INFO"

This commit is contained in:
Jenkins 2013-08-13 20:23:03 +00:00 committed by Gerrit Code Review
commit 9dfba2cbcf

View File

@ -101,7 +101,7 @@ class NVPCluster(object):
if handler_func:
handler_func()
else:
LOG.info(_("Attribute:%s is empty or null"), attribute)
LOG.debug(_("Attribute:%s is empty or null"), attribute)
def _process_nvp_controllers(self):
# If this raises something is not right, so let it bubble up