From: Matt Riedemann Date: Fri, 1 May 2015 15:04:00 +0000 (-0700) Subject: l3 agent: fix grammar in router info not found warning X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=74fd34eef8892efd8ef8a3c992e2d9e59d9b0959;p=openstack-build%2Fneutron-build.git l3 agent: fix grammar in router info not found warning This offends my delicate sensibilities... Change-Id: I4d00747093da6c39d5dc73272efd5acbcaa3684d --- diff --git a/neutron/agent/l3/agent.py b/neutron/agent/l3/agent.py index 2c1c1696e..01395d34c 100644 --- a/neutron/agent/l3/agent.py +++ b/neutron/agent/l3/agent.py @@ -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