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:
William King 2013-05-18 15:10:44 -07:00
parent 4fc1369a1b
commit 9ce6ce082f
1 changed files with 1 additions and 0 deletions

View File

@ -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",