aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 162bb16..aa29456 100644
--- a/src/main.c
+++ b/src/main.c
@@ -65,7 +65,7 @@ parse_command_line (int * argc, char *** argv)
static void
on_name_lost (gpointer instance G_GNUC_UNUSED, gpointer loop)
{
- g_debug ("exiting: service couldn't acquire or lost ownership of busname");
+ g_message ("exiting: service couldn't acquire or lost ownership of busname");
g_main_loop_quit ((GMainLoop*)loop);
}