From 26b0a2018450fb3170a48a7f00f243471efe95bf Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Fri, 22 Jan 2016 10:29:40 +0100 Subject: [PATCH] Fix Python module build. --- tools/python/apixml2python/handwritten_definitions.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/apixml2python/handwritten_definitions.mustache b/tools/python/apixml2python/handwritten_definitions.mustache index 5c8db7305..98bdb1d44 100644 --- a/tools/python/apixml2python/handwritten_definitions.mustache +++ b/tools/python/apixml2python/handwritten_definitions.mustache @@ -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;