Skip to content
Snippets Groups Projects
Commit b4f9d0e6 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

* #6561: More useful debug in VoIPLink::removeCall

parent 1519fc4d
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ bool VoIPLink::removeCall (const CallID& id)
_debug ("VoipLink: delete call");
terminateCall (id);
_debug ("VoipLink: removing call from list");
_debug ("VoipLink: removing call %s from list", id.c_str());
if (_callMap.erase (id)) {
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment