Merge "Raise level of message to info"

This commit is contained in:
Jenkins 2016-09-21 02:21:45 +00:00 committed by Gerrit Code Review
commit 3fbd63ea58
1 changed files with 1 additions and 1 deletions

View File

@ -961,7 +961,7 @@ class L3_NAT_with_dvr_db_mixin(l3_db.L3_NAT_db_mixin,
for p in c_snat_ports:
if subnet_id is None or not p['fixed_ips']:
if not p['fixed_ips']:
LOG.debug("CSNAT port has no IPs: %s", p)
LOG.info(_LI("CSNAT port has no IPs: %s"), p)
self._core_plugin.delete_port(context,
p['id'],
l3_port_check=False)