From 7f3f4855a6519f036daad8b0762fa1088714d761 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 0e2a025427..656f8bd058 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",