]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conn-ssl.c
Change leftover GnuTLS "slot handling" messages to debug level
[ngircd-alex.git] / src / ngircd / conn-ssl.c
index 13b799536bac172c2d88d30b75f1aa5ae006510d..abcf53c2f7dc811b8a6b5200505109e883fa75ed 100644 (file)
@@ -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;