]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
it helps to print errors so that we see WTF is going on
authorAlan T. DeKok <aland@freeradius.org>
Tue, 22 Oct 2019 13:43:58 +0000 (09:43 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 22 Oct 2019 13:45:08 +0000 (09:45 -0400)
src/bin/unit_test_attribute.c

index f677cc2898c02a6e3a55daf8962de705e4875b65..62fc8a129af953bdf7350555fb2f73d1aa8fd8a1 100644 (file)
@@ -2057,6 +2057,7 @@ static int process_file(bool *exit_now, TALLOC_CTX *ctx, CONF_SECTION *features,
                 */
                case RESULT_MISMATCH:
                {
+                       PERROR("%s[%d] - Expected 'no match', got match!", filename, cc.lineno);
 
                        ret = EXIT_FAILURE;