[PATCH] huawei: fix a debug message
Dan Williams
dcbw at redhat.com
Wed Feb 19 16:49:48 PST 2014
On Wed, 2014-02-19 at 12:08 -0800, Ben Chan wrote:
> This patch simply fixes the following debug message:
Pushed, thanks!
Dan
> from:
> <debug> (Huawei) couldn't turn off unsolicited messages insecondary ports: 'Unknown error'
>
> to:
> <debug> (Huawei) couldn't turn off unsolicited messages in secondary ports: 'Unknown error'
> ---
> plugins/huawei/mm-plugin-huawei.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/plugins/huawei/mm-plugin-huawei.c b/plugins/huawei/mm-plugin-huawei.c
> index 2078774..89fe0fc 100644
> --- a/plugins/huawei/mm-plugin-huawei.c
> +++ b/plugins/huawei/mm-plugin-huawei.c
> @@ -190,8 +190,7 @@ curc_ready (MMPortSerialAt *port,
> MM_SERIAL_ERROR_RESPONSE_TIMEOUT))
> goto out;
>
> - mm_dbg ("(Huawei) couldn't turn off unsolicited messages in"
> - "secondary ports: '%s'",
> + mm_dbg ("(Huawei) couldn't turn off unsolicited messages in secondary ports: '%s'",
> error->message);
> }
>
More information about the ModemManager-devel
mailing list