From 626ff19fce393aac7f19550c7125719a16b8972f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Tue, 9 Mar 1999 15:39:11 +0100 Subject: [PATCH] Removed some debug output. Rev: lib/modules/SSL.pmod/connection.pike:1.11 --- lib/modules/SSL.pmod/connection.pike | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/modules/SSL.pmod/connection.pike b/lib/modules/SSL.pmod/connection.pike index ab4fc79ced..e51360e7bd 100644 --- a/lib/modules/SSL.pmod/connection.pike +++ b/lib/modules/SSL.pmod/connection.pike @@ -1,4 +1,4 @@ -/* $Id: connection.pike,v 1.10 1999/03/03 16:44:51 nisse Exp $ +/* $Id: connection.pike,v 1.11 1999/03/09 14:39:11 nisse Exp $ * * SSL packet layer */ @@ -90,10 +90,11 @@ void send_packet(object packet, int|void priority) PACKET_handshake : PRI_urgent, PACKET_application_data : PRI_application ])[packet->content_type]; #ifdef SSL3_DEBUG +#if 0 if (packet->content_type == 22) werror(sprintf("SSL.connection->send_packet() called from:\n" "%s\n", describe_backtrace(backtrace()))); - +#endif werror(sprintf("SSL.connection->send_packet: type %d, %d, '%O'\n", packet->content_type, priority, packet->fragment[..5])); #endif -- GitLab