删除session ticket中的无用日志。

This commit is contained in:
zhengchao
2019-06-21 17:18:20 +08:00
parent 1a725d24ce
commit 3187b45c6a

View File

@@ -1515,7 +1515,6 @@ static int ossl_session_ticket_key_callback(SSL *ssl_conn,
else
{
// full handshake and update the session stek_box
TFE_LOG_DEBUG(logger, "full handshake and update the stek_box, STEK is overdue STEK.");
TFE_LOG_INFO(logger, "ssl session stek_box decrypt, key: \"%*s\" not found",(int)(tfe_hexdump(buf, name ,16)-buf), buf);
ATOMIC_INC(&(mgr->stat_val[SSL_DOWN_TICKET_NOTFOUND]));
}