From f5ee00c0e0e17a518ae898c5211c89d6479de5a1 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Mon, 16 Jan 2017 02:50:41 +1300 Subject: [PATCH] Reduce debugs in tls_write_method --- src/security/Session.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/security/Session.cc b/src/security/Session.cc index 531023df38..615a6a935a 100644 --- a/src/security/Session.cc +++ b/src/security/Session.cc @@ -65,7 +65,7 @@ static int tls_write_method(int fd, const char *buf, int len) { auto session = fd_table[fd].ssl.get(); - debugs(83, 2, "started for session=" << (void*)session); + debugs(83, 3, "started for session=" << (void*)session); #if USE_OPENSSL if (!SSL_is_init_finished(session)) { -- 2.47.3