From: Anthony Minessale Date: Tue, 23 Oct 2012 22:14:27 +0000 (-0400) Subject: print extended debug messages at alert level X-Git-Tag: v1.3.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0895c9f51deea73155c12c0e8685def2fa7eca2;p=thirdparty%2Ffreeswitch.git print extended debug messages at alert level --- diff --git a/src/switch_log.c b/src/switch_log.c index c8bdad3917..35314b0c3a 100644 --- a/src/switch_log.c +++ b/src/switch_log.c @@ -362,7 +362,7 @@ SWITCH_DECLARE(void) switch_log_vprintf(switch_text_channel_t channel, const cha return; } - level = 7; + level = 1; } if (level > limit_level) {