summaryrefslogtreecommitdiff
path: root/src/call.c
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-03-25 21:59:55 +0100
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-03-25 21:59:55 +0100
commitc83995676d8e706a85dd226b4bca57f2cef1e277 (patch)
tree84d197f910dcc97c408b5b7a5151fe26116dc733 /src/call.c
parent3db75e6e2656270a487b5a0841f0ee784e4e50bb (diff)
additional debug (ref #225)
Diffstat (limited to 'src/call.c')
-rw-r--r--src/call.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/call.c b/src/call.c
index 6a0f6fe..529b5ac 100644
--- a/src/call.c
+++ b/src/call.c
@@ -292,6 +292,8 @@ static int update_media(struct call *call)
struct le *le;
int err = 0;
+ debug("call: update media\n");
+
/* media attributes */
audio_sdp_attr_decode(call->audio);