mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-19 11:18:28 +02:00
trivial: set correct log domain in dhcp client
just set the correct log domain
This commit is contained in:
parent
c8ae1e8a00
commit
184d01c27f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue