X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git;a=blobdiff_plain;f=src%2Fngircd%2Fconn-ssl.c;fp=src%2Fngircd%2Fconn-ssl.c;h=abcf53c2f7dc811b8a6b5200505109e883fa75ed;hp=13b799536bac172c2d88d30b75f1aa5ae006510d;hb=bbcaf628f4a325110a333b9f20a23bbfa6ca0de4;hpb=a0d491a09fc1ee64b1ce203524adfc2f0910ef3c 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;