diff --git a/system/stack/btm/btm_ble.cc b/system/stack/btm/btm_ble.cc
index c538576e7026eb93a86d9149dd71b4c4b60dd2ab..14d857822a284883667351d6eb594f4e1a681613 100644
--- a/system/stack/btm/btm_ble.cc
+++ b/system/stack/btm/btm_ble.cc
@@ -503,9 +503,9 @@ void BTM_ReadDevInfo(const RawAddress& remote_bda, tBT_DEVICE_TYPE* p_dev_type,
       *p_addr_type = BLE_ADDR_PUBLIC;
     }
   }
-
-  BTM_TRACE_DEBUG("btm_find_dev_type - device_type = %d addr_type = %d",
-                  *p_dev_type, *p_addr_type);
+  LOG_DEBUG("Determining device_type:%s addr_type:%s",
+            DeviceTypeText(*p_dev_type).c_str(),
+            AddressTypeText(*p_addr_type).c_str());
 }
 
 /*******************************************************************************