]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 7 Oct 2021 18:59:15 +0000 (13:59 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 7 Oct 2021 18:59:15 +0000 (13:59 -0500)
src/lib/tls/ctx.c

index 778dff7239d6abb7260e4efe8718857865a7b1fe..0d54793d27e3e80ae9039702c4a65a6cb1d3a40e 100644 (file)
@@ -213,7 +213,7 @@ static int tls_ctx_verify_chain_member(fr_unix_time_t *expires_first, X509 **sel
                                                                            chain, leaf, *self_signed);
 
                                        ERROR("Second certificate was:");
-                                       fr_tls_log_certificate_chain_marker(NULL, L_WARN,
+                                       fr_tls_log_certificate_chain_marker(NULL, L_ERR,
                                                                            chain, leaf, to_verify);
                                        return -1;