diff options
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/remotecontrol/BluetoothServer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx index 54bc85a8f01a..63407a6dfeed 100644 --- a/sd/source/ui/remotecontrol/BluetoothServer.cxx +++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx @@ -170,7 +170,7 @@ bluezGetDefaultService( DBusConnection *pConnection ) return NULL; if( DBUS_TYPE_OBJECT_PATH != dbus_message_iter_get_arg_type( &it ) ) - SAL_WARN( "sdremote.bluetooth", "invalid type of reply to DefaultAdapter: '" + SAL_INFO( "sdremote.bluetooth", "invalid type of reply to DefaultAdapter: '" << dbus_message_iter_get_arg_type( &it ) << "'" ); else { |