selftests: Remove exraneous newline in nettest

Signed-off-by: David Ahern <dsahern@kernel.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
David Ahern 2021-01-13 20:09:48 -07:00 committed by Jakub Kicinski
parent 8a909735fa
commit f26a008c45

View File

@ -1462,7 +1462,6 @@ static int do_server(struct sock_args *args, int ipc_fd)
ipc_write(ipc_fd, 1);
while (1) {
log_msg("\n");
log_msg("waiting for client connection.\n");
FD_ZERO(&rfds);
FD_SET(lsd, &rfds);