From: Jorge Pereira Date: Mon, 24 Jul 2023 23:52:38 +0000 (-0300) Subject: Fix typo (#5118) X-Git-Tag: release_3_2_4~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfbe38d2f018c00e826b4ba6a53de5b2b6a21ca7;p=thirdparty%2Ffreeradius-server.git Fix typo (#5118) --- diff --git a/src/main/tls.c b/src/main/tls.c index 507279ab95f..159921b2842 100644 --- a/src/main/tls.c +++ b/src/main/tls.c @@ -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); /*