Skip to content

Commit

Permalink
Log message missing parameter causes exception
Browse files Browse the repository at this point in the history
Fixes bug 1037545

Change-Id: Ica6109d676c23ff2e9469ca2ea5441550ff9afc2
  • Loading branch information
Gary Kotton committed Aug 16, 2012
1 parent c9793fd commit 8c87db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quantum/db/dhcp_rpc_base.py
Expand Up @@ -106,8 +106,8 @@ def get_dhcp_port(self, context, **kwargs):

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)

Expand Down

0 comments on commit 8c87db4

Please sign in to comment.