diff options
-rw-r--r-- | tests/tcpflood.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |