l3 agent: fix grammar in router info not found warning

This offends my delicate sensibilities...

Change-Id: I4d00747093da6c39d5dc73272efd5acbcaa3684d
This commit is contained in:
Matt Riedemann 2015-05-01 08:04:00 -07:00
parent e9997b1c76
commit 74fd34eef8
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ class L3NATAgent(firewall_l3_agent.FWaaSL3AgentRpcCallback,
def _router_removed(self, router_id):
ri = self.router_info.get(router_id)
if ri is None:
LOG.warn(_LW("Info for router %s were not found. "
LOG.warn(_LW("Info for router %s was not found. "
"Skipping router removal"), router_id)
return