diff src/audacious/dbus.c @ 2728:452a159dc619 trunk

[svn] - log when dbus has been successfully started up
author nenolod
date Thu, 10 May 2007 13:21:55 -0700
parents 6884a2144a01
children cf080b11c3fa
line wrap: on
line diff
--- a/src/audacious/dbus.c	Thu May 10 12:30:19 2007 -0700
+++ b/src/audacious/dbus.c	Thu May 10 13:21:55 2007 -0700
@@ -80,6 +80,7 @@
 void init_dbus() {
     g_type_init();
     g_object_new(audacious_remote_get_type(), NULL);
+    g_message("D-Bus support has been activated");
 }
 
 void free_dbus() {