]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Report progress of loading Python funcitons
authorNick Porter <nick@portercomputing.co.uk>
Wed, 4 Dec 2024 09:26:15 +0000 (09:26 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 4 Dec 2024 09:26:15 +0000 (09:26 +0000)
src/modules/rlm_python/rlm_python.c

index 6a38b788ffe70febd69b9eb46e5e7f02bb801ecf..d10f4d0db1812c37b8f9e0f0bd374d74b0e1ebb2 100644 (file)
@@ -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;
 }