adapter: Don't use DBG in mgmt_debug
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 22 Mar 2022 22:57:53 +0000 (15:57 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:53 +0000 (14:55 +0530)
commit2c3e8c634a592b1743417902fc233c51a03c9a24
tree3bf8065a5b086dd5721ff5117de4537a9c72dbb3
parent66fcca17c1686334a6b3a12ffac31446a1887332
adapter: Don't use DBG in mgmt_debug

mgmt_debug callback is used to print debug strings from mgmt instances
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/adapter.c