summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-11-14 11:04:59 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-11-14 11:05:38 +0000
commit904fe66ce17f24d8c81130ca204ee3c5cbf52802 (patch)
tree373b2524484f2b7a03497de20257bf5324616206 /sd
parentf13a47fa04db2e8c653df8adf8249a89ca06b291 (diff)
downgrade sdremote.bluetooth warning to info
Change-Id: Iec39551dafead84f4f0ad246e7e1d1ad16e15b4a
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/remotecontrol/BluetoothServer.cxx2
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
{