From 9ce6ce082feaa37924f85060c1758a9c34393448 Mon Sep 17 00:00:00 2001 From: William King Date: Sat, 18 May 2013 15:10:44 -0700 Subject: [PATCH] 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. --- src/switch_core_session.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/switch_core_session.c b/src/switch_core_session.c index e8f3010417..1ba1b42d0d 100644 --- a/src/switch_core_session.c +++ b/src/switch_core_session.c @@ -716,6 +716,7 @@ static const char *message_names[] = { "JITTER_BUFFER", "RECOVERY_REFRESH", "SIGNAL_DATA", + "MESSAGE", "INFO", "AUDIO_DATA", "BLIND_TRANSFER_RESPONSE",