cli,wds: make packet data handle formatting consistent

Other values are surrounded by single quotes. The debug test in
utils/qmi-network also shows the output in quotes.
This commit is contained in:
Shawn J. Goff 2013-02-15 15:18:30 -05:00 committed by Dan Williams
parent 9e60ef6c0f
commit 70b0d9fd9e
1 changed files with 1 additions and 1 deletions

View File

@ -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);