Added a missing newline to an error message.
authorWayne Davison <wayned@samba.org>
Thu, 27 Jan 2005 21:45:32 +0000 (21:45 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 27 Jan 2005 21:45:32 +0000 (21:45 +0000)
socket.c

index 5810c48..be0e311 100644 (file)
--- 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);