mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-24 22:58:13 +00:00
Fix Python module build.
This commit is contained in:
parent
7547f94a50
commit
26b0a20184
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ static const char * pylinphone_ortp_log_level_to_string(OrtpLogLevel lev) {
|
|||
}
|
||||
}
|
||||
|
||||
static void pylinphone_module_log_handler(OrtpLogLevel lev, const char *fmt, va_list args) {
|
||||
static void pylinphone_module_log_handler(const char *domain, OrtpLogLevel lev, const char *fmt, va_list args) {
|
||||
PyGILState_STATE gstate;
|
||||
PyObject *linphone_module;
|
||||
const char *level;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue