trivial: set correct log domain in dhcp client

just set the correct log domain
This commit is contained in:
Thomas Bechtold 2011-10-28 08:31:12 +02:00 committed by Dan Williams
parent c8ae1e8a00
commit 184d01c27f

View file

@ -262,7 +262,7 @@ daemon_watch_cb (GPid pid, gint status, gpointer user_data)
priv->iface, pid,
WIFEXITED (status) ? WEXITSTATUS (status) : -1);
} else {
nm_log_info (LOGD_DHCP6, "(%s): DHCPv4 client pid %d exited with status %d",
nm_log_info (LOGD_DHCP4, "(%s): DHCPv4 client pid %d exited with status %d",
priv->iface, pid,
WIFEXITED (status) ? WEXITSTATUS (status) : -1);
}