mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
sangoma might fully work now
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@279 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
@@ -1044,7 +1044,7 @@ static void zap_logger(char *file, const char *func, int line, int level, char *
|
||||
va_start(ap, fmt);
|
||||
|
||||
if (switch_vasprintf(&data, fmt, ap) != -1) {
|
||||
switch_log_printf(SWITCH_CHANNEL_ID_LOG, file, func, line, NULL, level, data);
|
||||
switch_log_printf(SWITCH_CHANNEL_ID_LOG, file, (char *)func, line, NULL, level, data);
|
||||
free(data);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user