aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dan@ioncontrol.co>2025-03-05 16:52:47 +0000
committerDan Williams <dan@ioncontrol.co>2025-03-05 16:52:47 +0000
commitead9951ea61004bc14687cd4c93a83eb0956113f (patch)
tree1837c463086983f6a88e09bfa46053c2fde4c005
parenta9122abec6bddd87402b41bc781c23a5cc72e2ae (diff)
parentc6c4be9d699fb781d37ffd8c1db7898923a23301 (diff)
Merge request !1279 from 'my-branch'
cli: Added bearer path print after successful modem connect https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/1279
-rw-r--r--cli/mmcli-modem-simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/mmcli-modem-simple.c b/cli/mmcli-modem-simple.c
index c4d37b5d..b09cd0fa 100644
--- a/cli/mmcli-modem-simple.c
+++ b/cli/mmcli-modem-simple.c
@@ -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);
}