Merge "Quiet down a large log file heavy hitter."

This commit is contained in:
Jenkins 2013-07-12 04:40:37 +00:00 committed by Gerrit Code Review
commit 9985b9fba9

View File

@ -157,7 +157,7 @@ class SecurityGroupAgentRpcMixin(object):
self.context, device_ids)
with self.firewall.defer_apply():
for device in devices.values():
LOG.debug(_("Update port filter for %s"), device)
LOG.debug(_("Update port filter for %s"), device['device'])
self.firewall.update_port_filter(device)