summaryrefslogtreecommitdiff
path: root/cli/mmcli-modem-simple.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-02-08 15:18:21 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:15:01 +0100
commitd528a2211b58820d23528e1afd187652151f4853 (patch)
treefcc1d1611f2e5a4e587ef8ff2c11363fea993de9 /cli/mmcli-modem-simple.c
parent470d9b933ef3a324195b1cd15edd10aba57c564d (diff)
downloadModemManager-d528a2211b58820d23528e1afd187652151f4853.tar.gz
cli: ensure EOL is added at every error message
Diffstat (limited to 'cli/mmcli-modem-simple.c')
-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 716246483..811d498fe 100644
--- a/cli/mmcli-modem-simple.c
+++ b/cli/mmcli-modem-simple.c
@@ -322,7 +322,7 @@ get_modem_ready (GObject *source,
properties = mm_modem_simple_connect_properties_new_from_string (connect_str, &error);
if (!properties) {
- g_printerr ("Error parsing connect string: '%s'", error->message);
+ g_printerr ("Error parsing connect string: '%s'\n", error->message);
exit (EXIT_FAILURE);
}