When message events were added, the debug field name was overlooked. This would have only been hit when debug level was above 'DEBUG1' and at that point it would have incorrectly chosen debug display names.
This commit is contained in:
parent
4fc1369a1b
commit
9ce6ce082f
|
@ -716,6 +716,7 @@ static const char *message_names[] = {
|
||||||
"JITTER_BUFFER",
|
"JITTER_BUFFER",
|
||||||
"RECOVERY_REFRESH",
|
"RECOVERY_REFRESH",
|
||||||
"SIGNAL_DATA",
|
"SIGNAL_DATA",
|
||||||
|
"MESSAGE",
|
||||||
"INFO",
|
"INFO",
|
||||||
"AUDIO_DATA",
|
"AUDIO_DATA",
|
||||||
"BLIND_TRANSFER_RESPONSE",
|
"BLIND_TRANSFER_RESPONSE",
|
||||||
|
|
Loading…
Reference in New Issue