From: Mike King Date: Fri, 19 Dec 2014 18:03:06 +0000 (-0700) Subject: Fixes spelling error X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=8504dedd9c8b3fe899c5806115a6f0367c30e27e;p=openstack-build%2Fneutron-build.git Fixes spelling error Closes-Bug: #1404341 Change-Id: I1e0209ab293494942efab12baabd4858df40e3aa --- diff --git a/neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py b/neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py index 9a75fd414..76712e332 100644 --- a/neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py +++ b/neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py @@ -39,7 +39,7 @@ class L3AgentNotifyAPI(object): def _notification_host(self, context, method, payload, host): """Notify the agent that is hosting the router.""" - LOG.debug('Nofity agent at %(host)s the message ' + LOG.debug('Notify agent at %(host)s the message ' '%(method)s', {'host': host, 'method': method}) cctxt = self.client.prepare(server=host)