diff --git a/bin/nova-dhcpbridge b/bin/nova-dhcpbridge index b2c706bd..d38ba254 100755 --- a/bin/nova-dhcpbridge +++ b/bin/nova-dhcpbridge @@ -121,7 +121,7 @@ def main(): ip = argv[3] hostname = argv[4] msg = _("Called %(action)s for mac %(mac)s with ip %(ip)s and" - " hostname %(hostname)s on interface %(interface)s") % locals() + " hostname %(hostname)s on interface %(interface)s") % locals() LOG.debug(msg) globals()[action + '_lease'](mac, ip, hostname, interface) else: