mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
build tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15588 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
68f60de67f
commit
3d4cd9b1d5
@ -341,7 +341,7 @@ SWITCH_DECLARE(void) switch_log_vprintf(switch_text_channel_t channel, const cha
|
||||
#endif
|
||||
|
||||
if (level > 100) {
|
||||
if (level - 100 > runtime.debug_level) {
|
||||
if ((uint32_t)(level - 100) > runtime.debug_level) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user