Browse Source

MT#55283 fix missing space in log message

Change-Id: I1feb65d239655f41bd0265c12fa957044488085f
(cherry picked from commit 83830b4190)
mr12.5
Richard Fuchs 1 year ago
parent
commit
e0a3abf2d6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/call.c

+ 1
- 1
daemon/call.c View File

@ -3087,7 +3087,7 @@ static void __unsubscribe_media_link(struct call_media * which, subscription_lis
struct media_subscription * rev_ms = ms->link->data;
struct call_media * from = ms->media;
ilog(LOG_DEBUG, "Unsubscribing media with monologue tag '" STR_FORMAT_M "' (index: %d)"
ilog(LOG_DEBUG, "Unsubscribing media with monologue tag '" STR_FORMAT_M "' (index: %d) "
"from media with monologue tag '" STR_FORMAT_M "' (index: %d)",
STR_FMT_M(&which->monologue->tag), which->index,
STR_FMT_M(&from->monologue->tag), from->index);


Loading…
Cancel
Save