From: William King Date: Sat, 18 May 2013 22:10:44 +0000 (-0700) Subject: When message events were added, the debug field name was overlooked. This would have... X-Git-Tag: v1.2.10~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ce6ce082feaa37924f85060c1758a9c34393448;p=thirdparty%2Ffreeswitch.git 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. --- 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",