]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Reduce debugs in tls_write_method
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 15 Jan 2017 13:50:41 +0000 (02:50 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 15 Jan 2017 13:50:41 +0000 (02:50 +1300)
src/security/Session.cc

index 531023df38cbfb9ccbdf8b1423cc2814127e9747..615a6a935adb0ad5e0bc70d93ae6450d2ac0fdc8 100644 (file)
@@ -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)) {