mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-19 18:51:48 +00:00
use our version for better compat
This commit is contained in:
+1
-1
@@ -1659,7 +1659,7 @@ static void jb_logger(const char *file, const char *func, int line, int level, c
|
||||
va_list ap;
|
||||
|
||||
va_start(ap, fmt);
|
||||
ret = stfu_vasprintf(&data, fmt, ap);
|
||||
ret = switch_vasprintf(&data, fmt, ap);
|
||||
if (ret != -1) {
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG_CLEAN, SWITCH_LOG_CONSOLE, "%s", data);
|
||||
free(data);
|
||||
|
||||
Reference in New Issue
Block a user