about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2024-03-29 12:33:30 +0100
committerAlexander Barton <alex@barton.de>2024-03-31 11:19:48 +0200
commitbbcaf628f4a325110a333b9f20a23bbfa6ca0de4 (patch)
treefb0c0abf5877697b404df385ca1f02028ebe08a7 /src
parenta0d491a09fc1ee64b1ce203524adfc2f0910ef3c (diff)
downloadngircd-bbcaf628f4a325110a333b9f20a23bbfa6ca0de4.tar.gz
ngircd-bbcaf628f4a325110a333b9f20a23bbfa6ca0de4.zip
Change leftover GnuTLS "slot handling" messages to debug level
This completes commit f96966a6.
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/conn-ssl.c2
1 files changed, 1 insertions, 1 deletions
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;