From 4efaf01d552afd451a625c8db8dcbc920ccf6b5e Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Wed, 15 Feb 2023 15:16:12 -0500 Subject: [PATCH] MT#56471 use new 'media' log_info Change-Id: Ibad4849963632c24fb422a170d5649d0867d54fc --- daemon/codec.c | 2 +- daemon/media_player.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/codec.c b/daemon/codec.c index bd32caabe..e011343f5 100644 --- a/daemon/codec.c +++ b/daemon/codec.c @@ -893,7 +893,7 @@ static void __rtcp_timer_run(struct codec_timer *ct) { rwlock_lock_w(&rt->call->master_lock); struct call_media *media = rt->media; - log_info_call(rt->call); + log_info_media(media); if (media->rtcp_timer != rt || !proto_is_rtp(media->protocol) || !MEDIA_ISSET(media, RTCP_GEN)) { if (media->rtcp_timer == rt) diff --git a/daemon/media_player.c b/daemon/media_player.c index 062ebb074..0d991a99d 100644 --- a/daemon/media_player.c +++ b/daemon/media_player.c @@ -1132,7 +1132,7 @@ static void media_player_run(void *ptr) { struct media_player *mp = ptr; struct call *call = mp->call; - log_info_call(call); + log_info_media(mp->media); //ilog(LOG_DEBUG, "running scheduled media_player");