]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
nit : missing a "%s" in a log message
authormathieu-rohon <mathieu.rohon@gmail.com>
Thu, 2 Oct 2014 15:25:16 +0000 (17:25 +0200)
committermathieu-rohon <mathieu.rohon@gmail.com>
Thu, 2 Oct 2014 15:25:16 +0000 (17:25 +0200)
Change-Id: I171cc14d7d9b3917dea90cd36dfec7e58afaf626

neutron/plugins/cisco/l3/plugging_drivers/n1kv_trunking_driver.py

index ffda751c28fdabbe89f96b96a19b3dfc74c70640..5cd6a1eac9b768726bf8d8055679ebaf1643361a 100644 (file)
@@ -316,7 +316,7 @@ class N1kvTrunkingPlugDriver(plug.PluginSidePluggingDriver):
             except exception_type:
                 resource_ids.remove(item_id)
             except n_exc.NeutronException as e:
-                LOG.error(_('Failed to delete %(resource_name) %(net_id)s '
+                LOG.error(_('Failed to delete %(resource_name)s %(net_id)s '
                             'for service vm due to %(err)s'),
                           {'resource_name': name, 'net_id': item_id, 'err': e})