summaryrefslogtreecommitdiffstats
path: root/stack/avrc/avrc_pars_tg.c
diff options
context:
space:
mode:
Diffstat (limited to 'stack/avrc/avrc_pars_tg.c')
-rw-r--r--stack/avrc/avrc_pars_tg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stack/avrc/avrc_pars_tg.c b/stack/avrc/avrc_pars_tg.c
index b709c0f8f..6e39c1c5a 100644
--- a/stack/avrc/avrc_pars_tg.c
+++ b/stack/avrc/avrc_pars_tg.c
@@ -314,7 +314,7 @@ tAVRC_STS AVRC_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result, UINT8 *p_
p_result->cmd.opcode = p_msg->hdr.opcode;
p_result->cmd.status = status;
}
- AVRC_TRACE_DEBUG("AVRC_ParsCommand() return status:0x%x", status);
+ BTIF_TRACE_IMP("AVRC_ParsCommand() return status:0x%x", status);
return status;
}