device: Don't use DBG in gatt_debug
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 21 Mar 2022 20:04:33 +0000 (13:04 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:53 +0000 (14:55 +0530)
commit24b4ae0e26141b0fc8c04888eb58431b07c65488
treeda52692c1d5912e3c34471e9a5c8e5b21650a75a
parent9d4f3494e5e6c243eacc60c33a36af0ec6768169
device: Don't use DBG in gatt_debug

gatt_debug callback is used to print debug strings from bt_att which
includes the file and function names so using DBG would add yet another
set of file and function prefixes which makes the logs confusing.

Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
src/device.c