]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Print errors when attribute parsing fails in rlm_python
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 1 May 2024 00:33:57 +0000 (20:33 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 1 May 2024 00:34:13 +0000 (20:34 -0400)
src/modules/rlm_python/rlm_python.c

index 85cc03065976de6177711ca80d0bdbf95e8f6429..5dad2371596973502284378af4e167fdc8f305fa 100644 (file)
@@ -340,7 +340,7 @@ static void mod_vptuple(TALLOC_CTX *ctx, module_ctx_t const *mctx, request_t *re
                                                        .list_def = request_attr_reply
                                                }
                                        }) <= 0) {
-                       ERROR("%s - Failed to find attribute %s.%s", funcname, list_name, s1);
+                       PERROR("%s - Failed to find attribute %s.%s", funcname, list_name, s1);
                        continue;
                }