The --iconv option has now made it to the trunk.
[rsync/rsync.git] / socket.c
index 1d2189c..823452f 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -409,7 +409,7 @@ static int *open_socket_in(int type, int port, const char *bind_addr,
         * unsuccessful, or if the daemon is being run with -vv. */
        for (s = 0; s < ecnt; s++) {
                if (!i || verbose > 1)
-                       rwrite(FLOG, errmsgs[s], strlen(errmsgs[s]));
+                       rwrite(FLOG, errmsgs[s], strlen(errmsgs[s]), 0);
                free(errmsgs[s]);
        }
        free(errmsgs);