From 42d2c13072734a41114b502cf77f378a51cf3431 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 22 Mar 2010 14:37:36 +0100 Subject: cleanup of debug message in testbench --- tests/tcpflood.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/tcpflood.c b/tests/tcpflood.c index 2bb7ba2c..32bf959d 100644 --- a/tests/tcpflood.c +++ b/tests/tcpflood.c @@ -363,7 +363,6 @@ int main(int argc, char *argv[]) case 'f': dynFileIDs = atoi(optarg); break; case 'M': MsgToSend = optarg; -fprintf(stderr, "msg to send: '%s'\n", MsgToSend); break; default: printf("invalid option '%c' or value missing - terminating...\n", opt); exit (1); -- cgit