]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typo (#5118)
authorJorge Pereira <jpereira@users.noreply.github.com>
Mon, 24 Jul 2023 23:52:38 +0000 (20:52 -0300)
committerGitHub <noreply@github.com>
Mon, 24 Jul 2023 23:52:38 +0000 (16:52 -0700)
src/main/tls.c

index 507279ab95f1cee428e35bcdabafdaf8ebbf2765..159921b2842c81a0e5baad78187390f2bba642e7 100644 (file)
@@ -693,7 +693,7 @@ tls_session_t *tls_new_session(TALLOC_CTX *ctx, fr_tls_server_conf_t *conf, REQU
                        RDEBUG2("(TLS) Flushing X509 store to re-read data from ca_path dir");
 
                        if ((new_cert_store = fr_init_x509_store(conf)) == NULL) {
-                               RERROR("(TLS) Error replacing X509 store, out of memory (?)", conf->name);
+                               RERROR("(TLS) %s - Error replacing X509 store, out of memory (?)", conf->name);
                        } else {
                                if (conf->old_x509_store) X509_STORE_free(conf->old_x509_store);
                                /*