]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
show which files we load from realm_dir
authorAlan T. DeKok <aland@freeradius.org>
Fri, 11 Apr 2025 19:46:21 +0000 (15:46 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 29 Apr 2025 16:34:00 +0000 (12:34 -0400)
src/main/tls.c

index fe7cc4a88f2b8eb7d460d9ed26c382a36092ee53..6124f8abe337225e06712165cddabc50d6b27875 100644 (file)
@@ -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;