Merge "L3: add missing space to log message"

This commit is contained in:
Jenkins
2015-12-02 15:20:36 +00:00
committed by Gerrit Code Review

View File

@@ -146,7 +146,7 @@ class L3_DVRsch_db_mixin(l3agent_sch_db.L3AgentSchedulerDbMixin):
int_subnet = int_ips[0]['subnet_id'] int_subnet = int_ips[0]['subnet_id']
subnet_ids.add(int_subnet) subnet_ids.add(int_subnet)
else: else:
LOG.debug('DVR: Could not find a subnet id' LOG.debug('DVR: Could not find a subnet id '
'for router %s', router_id) 'for router %s', router_id)
return subnet_ids return subnet_ids