Browse Source

TT#122401 add early DTX logging context

Change-Id: I8ab96e3c0295cce793706226bcb7350816b7109e
rfuchs/1283
Richard Fuchs 5 years ago
parent
commit
4f6af3746b
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      daemon/codec.c

+ 3
- 0
daemon/codec.c View File

@ -2446,6 +2446,9 @@ static void __dtx_send_later(struct timerthread_queue *ttq, void *p) {
mutex_lock(&dtxb->lock); mutex_lock(&dtxb->lock);
if (dtxb->call)
log_info_call(dtxb->call);
// do we have a packet? // do we have a packet?
struct dtx_packet *dtxp = g_queue_peek_head(&dtxb->packets); struct dtx_packet *dtxp = g_queue_peek_head(&dtxb->packets);
if (dtxp) { if (dtxp) {


Loading…
Cancel
Save