aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 89345435..a9221cdc 100644
--- a/src/main.c
+++ b/src/main.c
@@ -166,7 +166,7 @@ main (int argc, char *argv[])
mm_context_get_log_timestamps (),
mm_context_get_log_relative_timestamps (),
&error)) {
- g_warning ("failed to set up logging: %s", error->message);
+ g_printerr ("error: failed to set up logging: %s\n", error->message);
g_error_free (error);
exit (1);
}