summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnova/network/linux_net.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/network/linux_net.py b/nova/network/linux_net.py
index 7258e627a8..2c81f71f07 100755
--- a/nova/network/linux_net.py
+++ b/nova/network/linux_net.py
@@ -687,7 +687,7 @@ def restart_dhcp(context, dev, network_ref):
_execute('kill', '-HUP', pid, run_as_root=True)
return
except Exception as exc: # pylint: disable=W0703
- LOG.debug(_('Hupping dnsmasq threw %s'), exc)
+ LOG.error(_('Hupping dnsmasq threw %s'), exc)
else:
LOG.debug(_('Pid %d is stale, relaunching dnsmasq'), pid)