From e0a3abf2d62d0572e290ba7c4df866fdb034595e Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Mon, 26 Aug 2024 08:50:23 -0400 Subject: [PATCH] MT#55283 fix missing space in log message Change-Id: I1feb65d239655f41bd0265c12fa957044488085f (cherry picked from commit 83830b4190e1b41e9a3b0b08b054c318dbb555ae) --- daemon/call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/call.c b/daemon/call.c index 734be2943..6273c2a1f 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -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);