From 87566dada104e542fe0377d8ae6f47e60d7dfd65 Mon Sep 17 00:00:00 2001 From: hoelscher <jens.hoelscher@fh-muenster.de> Date: Mon, 19 Oct 2015 16:57:01 +0200 Subject: [PATCH] delete print --- gtests/net/packetdrill/run_system_call.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtests/net/packetdrill/run_system_call.c b/gtests/net/packetdrill/run_system_call.c index f82e14f5..05feed47 100644 --- a/gtests/net/packetdrill/run_system_call.c +++ b/gtests/net/packetdrill/run_system_call.c @@ -3729,7 +3729,6 @@ static int syscall_sctp_recvv(struct state *state, struct syscall_spec *syscall, } else { from = malloc(fromlen); } - printf("fd=%d, iovlen=%d, fromlen=%d, infolen=%d, infotype=%d, flags=%d\n",live_fd, iovlen, fromlen, infolen, infotype, flags); begin_syscall(state, syscall); -- GitLab