Skip to content

Commit

Permalink
Merge "Fixes formatting for debug output in neutron/agent/l3_agent.py"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Sep 6, 2014
2 parents 158d92e + 11c8f8c commit 37788b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neutron/agent/l3_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ def external_gateway_updated(self, ri, ex_gw_port, interface_name):
ns_name = self.get_snat_ns_name(ri.router['id'])
else:
# no centralized SNAT gateway for this node/agent
LOG.debug("not hosting snat for router: %", ri.router['id'])
LOG.debug("not hosting snat for router: %s", ri.router['id'])
return
else:
ns_name = ri.ns_name
Expand Down

0 comments on commit 37788b7

Please sign in to comment.