The --iconv option has now made it to the trunk.
[rsync.git] / socket.c
index 1d2189c7e23934d284418c1c0114b371408c7079..823452f3f347161a7f956b06aeadf7947960ad9e 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);