Log message missing parameter causes exception
Fixes bug 1037545 Change-Id: Ica6109d676c23ff2e9469ca2ea5441550ff9afc2
This commit is contained in:
parent
a81388bc39
commit
6436849d94
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user