hodec2: fix logging of requirements flags

Fix typo to log the "C" requirements accurately.

Change-Id: I15ce607f354918167ba81192230db63a5948c742
This commit is contained in:
Neels Hofmeyr 2020-08-10 19:42:34 +02:00
parent 1336d942d8
commit dfc2d84005
1 changed files with 1 additions and 1 deletions

View File

@ -809,7 +809,7 @@ static inline void debug_candidate(struct ho_candidate *candidate,
candidate->requirements & REQUIREMENT_A_TCH##TCHX ? "A" : \
(candidate->requirements & REQUIREMENT_TCH##TCHX##_MASK) == 0? "-" : "", \
candidate->requirements & REQUIREMENT_B_TCH##TCHX ? "B" : "", \
candidate->requirements & REQUIREMENT_B_TCH##TCHX ? "C" : "", \
candidate->requirements & REQUIREMENT_C_TCH##TCHX ? "C" : "", \
(candidate->requirements & REQUIREMENT_TCH##TCHX##_MASK) == 0 ? " not a candidate" : \
((candidate->requirements & REQUIREMENT_TCH##TCHX##_MASK) == REQUIREMENT_A_TCH##TCHX ? \
" more congestion" : \