mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-19 05:07:56 +00:00
added debug for saying when we notice stale calls.
This commit is contained in:
parent
f93ec055ca
commit
a42d8aafc0
1
vomp.c
1
vomp.c
@ -1423,6 +1423,7 @@ int vomp_tick()
|
||||
/* timeout calls that haven't reached INCALL status, e.g.,
|
||||
ringing. As well as sensible UX, it also prevents our call
|
||||
slots getting full of cruft. */
|
||||
WHYF("Destroying stale call");
|
||||
vomp_call_destroy(&vomp_call_states[i]);
|
||||
/* since this slot will get reclaimed, we need to wind back one in
|
||||
the iteration of the list of slots */
|
||||
|
Loading…
Reference in New Issue
Block a user