mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
FS-10751: [mod_av] Add parsing for TRACE log level in AV
This commit is contained in:
parent
d60a1e95f7
commit
3300661137
@ -93,6 +93,10 @@ int mod_av_lockmgr_cb(void **m, enum AVLockOp op)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifndef AV_LOG_TRACE
|
||||
#define AV_LOG_TRACE 96
|
||||
#endif
|
||||
|
||||
static void log_callback(void *ptr, int level, const char *fmt, va_list vl)
|
||||
{
|
||||
switch_log_level_t switch_level = SWITCH_LOG_DEBUG;
|
||||
|
Loading…
x
Reference in New Issue
Block a user