From 8504dedd9c8b3fe899c5806115a6f0367c30e27e Mon Sep 17 00:00:00 2001 From: Mike King Date: Fri, 19 Dec 2014 11:03:06 -0700 Subject: [PATCH] Fixes spelling error Closes-Bug: #1404341 Change-Id: I1e0209ab293494942efab12baabd4858df40e3aa --- neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.45.2