Bluetooth: silence logspam

Introduced in commit 4776f0667e6e4bf9260c291921439aba67c63d15.

To experience
  E bt_btif : bta_gattc_process_indicate, ignore HID ind/notificiation
all over your logs, simply pair eg a DayDream remote.

Change-Id: I3aab568210853b099ceaa2ef66c64c0373dc7d73
Signed-off-by: Alexander Martinz <eviscerationls@gmail.com>
diff --git a/bta/gatt/bta_gattc_act.c b/bta/gatt/bta_gattc_act.c
index 302f2bd..657c527 100644
--- a/bta/gatt/bta_gattc_act.c
+++ b/bta/gatt/bta_gattc_act.c
@@ -1828,7 +1828,7 @@
         /* Not a service change indication, check for an unallocated HID conn */
         if (bta_hh_le_is_hh_gatt_if(gatt_if) && !p_clcb)
         {
-            APPL_TRACE_ERROR("%s, ignore HID ind/notificiation", __func__);
+            APPL_TRACE_DEBUG("%s, ignore HID ind/notificiation", __func__);
             return;
         }
         /* if app registered for the notification */