forked from Mirrors/freeswitch
print extended debug messages at alert level
This commit is contained in:
parent
6d75c36f69
commit
f0895c9f51
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue