]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Print what we failed to open
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 5 Nov 2019 20:45:30 +0000 (14:45 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 5 Nov 2019 20:45:30 +0000 (14:45 -0600)
src/bin/unit_test_attribute.c

index 338a04b6a6f61d1aa8ab7300c9a6c1d0c053fecb..1fa603e4bcf9e1841982eb221ac06f0cec82a527 100644 (file)
@@ -2026,7 +2026,7 @@ static int process_file(bool *exit_now, TALLOC_CTX *ctx, CONF_SECTION *features,
 
                fp = fopen(path, "r");
                if (!fp) {
-                       ERROR("Error opening \"%s\": %s", path, fr_syserror(errno));
+                       ERROR("Error opening test file \"%s\": %s", path, fr_syserror(errno));
                        ret = -1;
                        goto finish;
                }