From 0828aaaf6baf87035c646a410a88d1f296290c99 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 4 Feb 2005 17:28:43 +0000 Subject: [PATCH 1/1] Remove an irritating debug message. --- mcs.c | 1 + secure.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mcs.c b/mcs.c index f6a945a..7d70e75 100644 --- a/mcs.c +++ b/mcs.c @@ -141,6 +141,7 @@ mcs_parse_domain_params(STREAM s) printf("max_pdusize=%u\n", max_pdusize); printf("ver_protocol=%u\n", ver_protocol); } else { + hexdump(s->p, length); in_uint8s(s, length); } diff --git a/secure.c b/secure.c index 724ff18..ba13a77 100644 --- a/secure.c +++ b/secure.c @@ -343,7 +343,7 @@ sec_send_to_channel(STREAM s, uint32 flags, uint16 channel) { int datalen; - DEBUG(("sending packet to channel %u", channel)); +// DEBUG(("sending packet to channel %u\n", channel)); s_pop_layer(s, sec_hdr); // if (!g_licence_issued || (flags & SEC_ENCRYPT)) -- 2.39.2