Fix dlog format issues
[platform/core/connectivity/bluetooth-agent.git] / hf-agent / bluetooth-hf-agent.c
old mode 100755 (executable)
new mode 100644 (file)
index e66ed10..fa15018
@@ -2017,7 +2017,7 @@ bt_hf_agent_send_at_info *__bt_hf_agent_find_next(bt_hf_agent_info_t *bt_hf_info
        cmd = g_slist_nth_data(bt_hf_info->cmd_send_queue, 0);
        if (cmd) {
                bt_hf_info->cmd_send_queue = g_slist_remove(bt_hf_info->cmd_send_queue, cmd);
-               DBG("NEXT[%d] Found %s, context = 0x%x, pending = %d", cmd->id,
+               DBG("NEXT[%d] Found %s, context = 0x%p, pending = %d", cmd->id,
                                cmd->at_cmd, cmd->context, cmd->pending);
                        return cmd;
        }