Re: [PATCH] trivial: set correct log domain in dhcp client



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]