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; }