Browse Source

MT#55283 fix typo

Change-Id: I08ec1c2958662c7d78c659e59c6e777119e09d5a
rfuchs/1971
Richard Fuchs 5 months ago
parent
commit
7b7580dcbf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/codec.c

+ 1
- 1
daemon/codec.c View File

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


Loading…
Cancel
Save