]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10751: [mod_av] Add parsing for TRACE log level in AV
authorBrian West <brian@freeswitch.org>
Wed, 25 Oct 2017 18:11:19 +0000 (13:11 -0500)
committerBrian West <brian@freeswitch.org>
Wed, 25 Oct 2017 18:11:19 +0000 (13:11 -0500)
src/mod/applications/mod_av/mod_av.c

index 242541c3a136850bfee72d0f6c75cd640d63b1c9..fcf4e54af68301906bca2be87a6f889a69865574 100644 (file)
@@ -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;