Browse Source

Adds missing log output

changes/85/12185/1
Frederic-Philippe Metz 9 years ago
committed by Richard Fuchs
parent
commit
95d942005d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      daemon/call.c

+ 1
- 0
daemon/call.c View File

@ -1841,6 +1841,7 @@ void call_destroy(struct call *c) {
/* at this point, no more packet streams can be added */
if (IS_OWN_CALL(c)) {
ilog(LOG_INFO, "Final packet stats:");
for (l = c->monologues.head; l; l = l->next) {
ml = l->data;


Loading…
Cancel
Save