aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli/mmcli.c')
-rw-r--r--cli/mmcli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/mmcli.c b/cli/mmcli.c
index 60badf6a..19892cc0 100644
--- a/cli/mmcli.c
+++ b/cli/mmcli.c
@@ -132,7 +132,7 @@ main (gint argc, gchar **argv)
/* Setup dbus connection to use */
connection = g_bus_get_sync (G_BUS_TYPE_SYSTEM, NULL, &error);
if (!connection) {
- g_printerr ("couldn't get bus: %s\n",
+ g_printerr ("error: couldn't get bus: %s\n",
error ? error->message : "unknown error");
exit (EXIT_FAILURE);
}