diff --git a/platform/src/ssl_stream.cpp b/platform/src/ssl_stream.cpp index 4b6b3df..d9c69db 100644 --- a/platform/src/ssl_stream.cpp +++ b/platform/src/ssl_stream.cpp @@ -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])); }