summaryrefslogtreecommitdiff
path: root/cli/mmcli-modem-messaging.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli/mmcli-modem-messaging.c')
-rw-r--r--cli/mmcli-modem-messaging.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cli/mmcli-modem-messaging.c b/cli/mmcli-modem-messaging.c
index 513c6975d..8912a2484 100644
--- a/cli/mmcli-modem-messaging.c
+++ b/cli/mmcli-modem-messaging.c
@@ -277,7 +277,9 @@ create_process_reply (MMSms *sms,
exit (EXIT_FAILURE);
}
- g_print ("Successfully created new SMS: %s\n", mm_sms_get_path (sms));
+ mmcli_output_string (MMC_F_MESSAGING_CREATED_SMS, mm_sms_get_path (sms));
+ mmcli_output_dump ();
+
g_object_unref (sms);
}