Skip to content
Snippets Groups Projects
Commit ead9951e authored by Dan Williams's avatar Dan Williams
Browse files

Merge request !1279 from 'my-branch'

cli: Added bearer path print after successful modem connect

!1279
parents a9122abe c6c4be9d
No related branches found
No related tags found
1 merge request!1279cli: Added bearer path print after successful modem connect
Pipeline #1378375 failed
......@@ -144,7 +144,7 @@ connect_process_reply (MMBearer *result,
exit (EXIT_FAILURE);
}
g_print ("successfully connected the modem\n");
g_print ("successfully connected the modem at bearer %s\n", mm_bearer_get_path (result));
g_object_unref (result);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment