From: Steinar H. Gunderson Date: Fri, 4 Feb 2005 17:28:43 +0000 (+0000) Subject: Remove an irritating debug message. X-Git-Url: https://git.sesse.net/?p=rdpsrv;a=commitdiff_plain;h=0828aaaf6baf87035c646a410a88d1f296290c99 Remove an irritating debug message. --- 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))