Commit 63b3ed33 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

dbus: do not spam at startup

parent daf9bb25
...@@ -209,7 +209,7 @@ static int Open( vlc_object_t *p_this ) ...@@ -209,7 +209,7 @@ static int Open( vlc_object_t *p_this )
free( p_sys ); free( p_sys );
return VLC_EGENERIC; 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 ); 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