From ea651223dac656236c8630dad8d6397bbe0b290d Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Tue, 21 Feb 2023 11:31:29 -0500 Subject: [PATCH] MT#56471 extra log output Change-Id: I4ca399aa9f9c0e7b5ab1bc161bdaff89e46bba38 --- daemon/codec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daemon/codec.c b/daemon/codec.c index e011343f5..60aa1830f 100644 --- a/daemon/codec.c +++ b/daemon/codec.c @@ -1131,7 +1131,8 @@ bool codec_handlers_update(struct call_media *receiver, struct call_media *sink, // sink_pt has been determined here now. - ilogs(codec, LOG_DEBUG, "Sink codec is " STR_FORMAT " (%i)", + ilogs(codec, LOG_DEBUG, "Sink codec for " STR_FORMAT " is " STR_FORMAT " (%i)", + STR_FMT(&pt->encoding_with_params), STR_FMT(&sink_pt->encoding_with_full_params), sink_pt->payload_type); // we have found a usable output codec. gather matching output supp codecs