[PATCH] trivial: set correct log domain in dhcp client
- From: Thomas Bechtold <thomasbechtold jpberlin de>
- To: networkmanager-list gnome org
- Subject: [PATCH] trivial: set correct log domain in dhcp client
- Date: Fri, 28 Oct 2011 08:31:12 +0200
just set the correct log domain
---
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 f10f3de..16c6dd7 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);
}
--
1.7.5.4
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]