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
4fcefab0d0
commit
7f3f4855a6
|
@ -716,6 +716,7 @@ static const char *message_names[] = {
|
|||
"JITTER_BUFFER",
|
||||
"RECOVERY_REFRESH",
|
||||
"SIGNAL_DATA",
|
||||
"MESSAGE",
|
||||
"INFO",
|
||||
"AUDIO_DATA",
|
||||
"BLIND_TRANSFER_RESPONSE",
|
||||
|
|
Loading…
Reference in New Issue