Kaydet (Commit) 904fe66c authored tarafından Caolán McNamara's avatar Caolán McNamara

downgrade sdremote.bluetooth warning to info

Change-Id: Iec39551dafead84f4f0ad246e7e1d1ad16e15b4a
üst f13a47fa
......@@ -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
{
......
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