X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Fnet.c;h=3bdd5cd0ff3410e24abbd80b3c26cebda5c8a192;hp=5f1401c6e04fb9aa9d1249750e25a4404fb8c9a9;hb=c58390119ccf711ab66e53aff6aa31507c509900;hpb=78475ac3b9453eff01c34778d70a2aed4aecffe8 diff --git a/engines/net.c b/engines/net.c index 5f1401c6..3bdd5cd0 100644 --- a/engines/net.c +++ b/engines/net.c @@ -1218,7 +1218,7 @@ static int fio_netio_setup_listen_inet(struct thread_data *td, short port) return 1; } if (is_ipv6(o)) { - log_err("fio: IPv6 not supported for multicast network IO"); + log_err("fio: IPv6 not supported for multicast network IO\n"); close(fd); return 1; }