mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
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;
|
||||
}
|
||||
|
||||
level = 7;
|
||||
level = 1;
|
||||
}
|
||||
|
||||
if (level > limit_level) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user