Fix logging call in the segment plugin

Arguments should be separate, not a tuple, else we'll
get a traceback.

Change-Id: I142fa1119c15076708a64991adfe30cb8ce38ea3
Closes-bug: #1865098
This commit is contained in:
Brian Haley 2020-02-28 09:49:29 -05:00
parent 4d5817003c
commit b46dbce219
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ class SegmentHostRoutes(object):
if self._host_routes_need_update(host_routes, calc_host_routes):
LOG.debug(
"Updating host routes for subnet %s on routed network %s",
(subnet.id, subnet.network_id))
subnet.id, subnet.network_id)
plugin = directory.get_plugin()
plugin.update_subnet(context, subnet.id,
{'subnet': {