aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-06-14 15:58:11 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-06-14 15:58:11 -0500
commitbc63a95ba6cef880f17a77011042a38a4ea22e76 (patch)
tree8087d967f29c55c5fb5606ffe09e5203fc0e5b19 /src
parentb7a6a66b79961e2b0103c34cf4f4b2e07843e648 (diff)
downloadayatana-indicator-datetime-bc63a95ba6cef880f17a77011042a38a4ea22e76.tar.gz
ayatana-indicator-datetime-bc63a95ba6cef880f17a77011042a38a4ea22e76.tar.bz2
ayatana-indicator-datetime-bc63a95ba6cef880f17a77011042a38a4ea22e76.zip
when we can't own the name, print a g_message saying so before exiting
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);
}