From bc63a95ba6cef880f17a77011042a38a4ea22e76 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 14 Jun 2013 15:58:11 -0500 Subject: when we can't own the name, print a g_message saying so before exiting --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); } -- cgit v1.2.3