diff options
author | Michael Biebl <biebl@debian.org> | 2011-11-12 01:36:14 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2011-11-12 01:36:14 +0100 |
commit | b436a68a20ff3114ded32a7a3d70cdd4954039f9 (patch) | |
tree | 3e7d6971c35b47b6e67604f54d434d909be0f228 /src/dhcp-manager/nm-dhcp-client.c | |
parent | 485d149fe80915d94ed49ea6c2c0552cf7a3e79a (diff) |
Imported Upstream version 0.9.2.0upstream/0.9.2.0
Diffstat (limited to 'src/dhcp-manager/nm-dhcp-client.c')
-rw-r--r-- | src/dhcp-manager/nm-dhcp-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcp-manager/nm-dhcp-client.c b/src/dhcp-manager/nm-dhcp-client.c index f10f3de94..16c6dd77a 100644 --- a/src/dhcp-manager/nm-dhcp-client.c +++ b/src/dhcp-manager/nm-dhcp-client.c @@ -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); } |