From 7b7580dcbf8ea1fd2892a04bf06ac9fd4575b47c Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Mon, 7 Jul 2025 09:53:34 -0400 Subject: [PATCH] MT#55283 fix typo Change-Id: I08ec1c2958662c7d78c659e59c6e777119e09d5a --- daemon/codec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/codec.c b/daemon/codec.c index 60a59fd98..8508e7818 100644 --- a/daemon/codec.c +++ b/daemon/codec.c @@ -6106,7 +6106,7 @@ void codec_store_transcode(struct codec_store *cs, str_q *offer, struct codec_st continue; } if (t_hash_table_lookup(cs->codecs, GINT_TO_POINTER(pt_num))) { - ilogs(codec, LOG_DEBUG, "PT %i (" STR_FORMAT ") already preset", pt_num, + ilogs(codec, LOG_DEBUG, "PT %i (" STR_FORMAT ") already present", pt_num, STR_FMT(codec)); continue; }