X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/eb8ffa904005dace3611528f66cc42cbad624d7d..57f74bd1c2da4cb1a5fb7a83f0ae978d210d3c2d:/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);