print extended debug messages at alert level

This commit is contained in:
Anthony Minessale 2012-10-23 18:14:27 -04:00
parent 6d75c36f69
commit f0895c9f51
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ SWITCH_DECLARE(void) switch_log_vprintf(switch_text_channel_t channel, const cha
return; return;
} }
level = 7; level = 1;
} }
if (level > limit_level) { if (level > limit_level) {