From: Nick Porter Date: Wed, 4 Dec 2024 09:26:15 +0000 (+0000) Subject: Report progress of loading Python funcitons X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6323addb3e6f2be7781a794ed5004f2d64a8b7af;p=thirdparty%2Ffreeradius-server.git Report progress of loading Python funcitons --- diff --git a/src/modules/rlm_python/rlm_python.c b/src/modules/rlm_python/rlm_python.c index 6a38b788ffe..d10f4d0db18 100644 --- a/src/modules/rlm_python/rlm_python.c +++ b/src/modules/rlm_python/rlm_python.c @@ -684,6 +684,7 @@ static int python_function_load(module_inst_ctx_t const *mctx, python_func_def_t goto error; } + DEBUG2("Loaded function '%s.%s'", def->module_name, def->function_name); return 0; }