aboutsummaryrefslogtreecommitdiff
path: root/encoder/irc_cbr_buffer_control.c
diff options
context:
space:
mode:
Diffstat (limited to 'encoder/irc_cbr_buffer_control.c')
-rw-r--r--encoder/irc_cbr_buffer_control.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/encoder/irc_cbr_buffer_control.c b/encoder/irc_cbr_buffer_control.c
index 9febbc8..5280e9c 100644
--- a/encoder/irc_cbr_buffer_control.c
+++ b/encoder/irc_cbr_buffer_control.c
@@ -370,8 +370,7 @@ void irc_update_cbr_buffer(cbr_buffer_t *ps_cbr_buffer,
/*SS - Fix for lack of stuffing*/
if(ps_cbr_buffer->i4_ebf > ps_cbr_buffer->i4_buffer_size)
{
- trace_printf(
- (const WORD8*)"Error: Should not be coming here with stuffing\n");
+ TRACE_PRINTF((const WORD8*)"Error: Should not be coming here with stuffing\n");
ps_cbr_buffer->i4_ebf = ps_cbr_buffer->i4_buffer_size;
}
}