fix(windaube): in linphonecore use liblinphone_user_log_func, not invalid symbol

This commit is contained in:
Ronan Abhamon (Windaube) 2017-09-28 13:17:37 +02:00
parent fc77bbe9f1
commit dc9fc11965

View file

@ -589,7 +589,7 @@ static void linphone_core_log_collection_handler(const char *domain, OrtpLogLeve
#else
/* This works on 32 bits, luckily. */
/* TODO: va_copy is available in Visual Studio 2013. */
liblinphone_log_func(domain, level, fmt, args);
liblinphone_user_log_func(domain, level, fmt, args);
#endif
}