]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
more error messages
authorAlan T. DeKok <aland@freeradius.org>
Thu, 11 Feb 2021 15:57:44 +0000 (10:57 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 11 Feb 2021 15:58:34 +0000 (10:58 -0500)
src/lib/unlang/condition.c

index 44ff151342c2bc499ae42a30d22c48d673c21207..d5292ae3c0c4507b61ca5eac0ec37f316cc06275 100644 (file)
@@ -52,7 +52,7 @@ static unlang_action_t unlang_if(rlm_rcode_t *p_result, request_t *request)
                default:
                case -1:
                        REDEBUG("Condition evaluation failed because the value of an operand "
-                               "could not be determined");
+                               "could not be determined - %s", fr_strerror());
                        break;
                }
                condition = 0;