aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-output.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli/mmcli-output.c')
-rw-r--r--cli/mmcli-output.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/mmcli-output.c b/cli/mmcli-output.c
index db79d74e..1769ce20 100644
--- a/cli/mmcli-output.c
+++ b/cli/mmcli-output.c
@@ -933,6 +933,8 @@ build_profile_human (GPtrArray *array,
MMBearerAccessTypePreference access_type_preference;
g_ptr_array_add (array, g_strdup_printf ("profile-id: %u", mm_3gpp_profile_get_profile_id (profile)));
+ g_ptr_array_add (array, g_strdup_printf (" profile enabled: %s",
+ mm_3gpp_profile_get_enabled (profile) ? "yes" : "no"));
if ((aux = mm_3gpp_profile_get_profile_name (profile)) != NULL)
g_ptr_array_add (array, g_strdup_printf (" profile name: %s", aux));