Re: [PATCH] trivial: set correct log domain in dhcp client
- From: Dan Williams <dcbw redhat com>
- To: Thomas Bechtold <thomasbechtold jpberlin de>
- Cc: networkmanager-list gnome org
- Subject: Re: [PATCH] trivial: set correct log domain in dhcp client
- Date: Tue, 01 Nov 2011 16:00:50 -0500
On Fri, 2011-10-28 at 08:31 +0200, Thomas Bechtold wrote:
> just set the correct log domain
>
Applied, thanks!
Dan
> ---
> 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);
> }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]