Commit f05be1cb authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Jean-Baptiste Kempf

dbus: do not spam at startup

(cherry picked from commit 63b3ed339d118757ec7dd112a78845046c00569b)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent e0a45cc8
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment