[PATCH 1/2] Make Packet data handle formatting consistent

Dan Williams dcbw at redhat.com
Fri Feb 15 13:12:38 PST 2013


On Fri, 2013-02-15 at 15:18 -0500, Shawn J. Goff wrote:
> From: "Shawn J. Goff" <shawn7400 at gmail.com>
> 
> Other values are surrounded by single quotes. The debug test in
> utils/qmi-network also shows the output in quotes.

Pushed, thanks.

Dan

> ---
>  cli/qmicli-wds.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/cli/qmicli-wds.c b/cli/qmicli-wds.c
> index 2075935..ec51eb8 100644
> --- a/cli/qmicli-wds.c
> +++ b/cli/qmicli-wds.c
> @@ -336,7 +336,7 @@ start_network_ready (QmiClientWds *client,
>  #define VALIDATE_UNKNOWN(str) (str ? str : "unknown")
>  
>      g_print ("[%s] Network started\n"
> -             "\tPacket data handle: %u\n",
> +             "\tPacket data handle: '%u'\n",
>               qmi_device_get_path_display (ctx->device),
>               (guint)ctx->packet_data_handle);
>  




More information about the libqmi-devel mailing list