]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Log message missing parameter causes exception
authorGary Kotton <gkotton@redhat.com>
Thu, 16 Aug 2012 12:27:31 +0000 (08:27 -0400)
committerGary Kotton <gkotton@redhat.com>
Thu, 16 Aug 2012 12:27:31 +0000 (08:27 -0400)
Fixes bug 1037545

Change-Id: Ica6109d676c23ff2e9469ca2ea5441550ff9afc2

quantum/db/dhcp_rpc_base.py

index e32203d94156d2b9963e42044140aa9f86a48510..0969161d1f19528a6f65862bee306ef997c21777 100644 (file)
@@ -106,8 +106,8 @@ class DhcpRpcCallbackMixin(object):
 
         if retval is None:
             # No previous port exists, so create a new one.
-            LOG.debug('DHCP port %s for %s created', device_id, network_id,
-                      host)
+            LOG.debug('DHCP port %s on network %s does not exist on %s',
+                      device_id, network_id, host)
 
             network = plugin.get_network(context, network_id)