X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/72a90c750a01ce51a19a80b8b414bb44a8380865..880570f2287326f4c4d3c65b1298af733a82de02:/socket.c diff --git a/socket.c b/socket.c index 5810c48b..be0e311b 100644 --- a/socket.c +++ b/socket.c @@ -455,7 +455,7 @@ void start_accept_loop(int port, int (*fn)(int, int)) #ifdef INET6 if (errno == EADDRINUSE && i > 0) { rprintf(FINFO, - "Try using --ipv4 or --ipv6 to avoid this listen() error."); + "Try using --ipv4 or --ipv6 to avoid this listen() error.\n"); } #endif exit_cleanup(RERR_SOCKETIO);