diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-11-14 11:04:59 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-11-14 11:05:38 +0000 |
commit | 904fe66ce17f24d8c81130ca204ee3c5cbf52802 (patch) | |
tree | 373b2524484f2b7a03497de20257bf5324616206 /sd | |
parent | f13a47fa04db2e8c653df8adf8249a89ca06b291 (diff) |
downgrade sdremote.bluetooth warning to info
Change-Id: Iec39551dafead84f4f0ad246e7e1d1ad16e15b4a
Diffstat (limited to 'sd')
-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 { |