From bf6d890143e11e7a63ce02b1ab4160f20e46a3dc Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Fri, 11 Apr 2025 15:46:21 -0400 Subject: [PATCH] show which files we load from realm_dir --- src/main/tls.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/tls.c b/src/main/tls.c index fe7cc4a88f..6124f8abe3 100644 --- a/src/main/tls.c +++ b/src/main/tls.c @@ -4801,6 +4801,8 @@ static int tls_realms_load(fr_tls_server_conf_t *conf) ERROR("Failed inserting certificate file %s into hash table", buffer); goto error; } + + DEBUG("(TLS) Loaded certificate file %s", buffer); } conf->realms = ht; -- 2.47.2