diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngircd/conn-ssl.c | 2 |
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; |