[vlc-commits] dbus: do not spam at startup

Rémi Denis-Courmont git at videolan.org
Sun Aug 26 19:06:38 CEST 2012


vlc/vlc-2.0 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Feb  6 22:42:25 2012 +0200| [f05be1cbf169a6d6b135ec92e966a83ccd1905fd] | committer: Jean-Baptiste Kempf

dbus: do not spam at startup
(cherry picked from commit 63b3ed339d118757ec7dd112a78845046c00569b)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=f05be1cbf169a6d6b135ec92e966a83ccd1905fd
---

 modules/control/dbus/dbus.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/control/dbus/dbus.c b/modules/control/dbus/dbus.c
index 7e2730d..cb520f1 100644
--- a/modules/control/dbus/dbus.c
+++ b/modules/control/dbus/dbus.c
@@ -209,7 +209,7 @@ static int Open( vlc_object_t *p_this )
         free( p_sys );
         return VLC_EGENERIC;
     }
-    msg_Info( p_intf, "listening on dbus as: %s", unique_service );
+    msg_Dbg( p_intf, "listening on dbus as: %s", unique_service );
 
     dbus_bus_request_name( p_conn, DBUS_MPRIS_BUS_NAME, 0, NULL );
 



More information about the vlc-commits mailing list