From bbcaf628f4a325110a333b9f20a23bbfa6ca0de4 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 29 Mar 2024 12:33:30 +0100 Subject: Change leftover GnuTLS "slot handling" messages to debug level This completes commit f96966a6. --- src/ngircd/conn-ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ngircd/conn-ssl.c b/src/ngircd/conn-ssl.c index 13b79953..abcf53c2 100644 --- a/src/ngircd/conn-ssl.c +++ b/src/ngircd/conn-ssl.c @@ -569,7 +569,7 @@ ConnSSL_LoadServerKey_gnutls(void) return false; } } - Log(LOG_INFO, "Storing new X509 certificate credentials in slot %zd.", x509_cred_idx); + LogDebug("Storing new X509 certificate credentials in slot %zd.", x509_cred_idx); slot->x509_cred = x509_cred; slot->refcnt = 0; -- cgit 1.4.1