Fix dlog format issues
[platform/core/connectivity/bluetooth-agent.git] / ag-agent / bluetooth-ag-manager.c
index d68b8e3..339bacd 100644 (file)
@@ -443,7 +443,7 @@ static struct telephony_call *__bt_hfp_create_new_call(
 
 gboolean _bt_hfp_is_call_exist(void)
 {
-       DBG("_bt_hfp_is_call_exist [%x]", existing_call_list);
+       DBG("_bt_hfp_is_call_exist [%p]", existing_call_list);
        if (existing_call_list)
                return TRUE;
        else