From: Alan T. DeKok Date: Thu, 11 Feb 2021 15:57:44 +0000 (-0500) Subject: more error messages X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=801f2f968b8872c86e297d30e05dbe15acfcee44;p=thirdparty%2Ffreeradius-server.git more error messages --- diff --git a/src/lib/unlang/condition.c b/src/lib/unlang/condition.c index 44ff151342c..d5292ae3c0c 100644 --- a/src/lib/unlang/condition.c +++ b/src/lib/unlang/condition.c @@ -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;