X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/20bf7f847fdc79d4b823a3da1285809f711776c0..4ce48a5bfdc975546dd4b0f17d029a7f5be9cad7:/log.c diff --git a/log.c b/log.c index d29e2b94..f7e124f3 100644 --- a/log.c +++ b/log.c @@ -182,7 +182,8 @@ void rwrite(enum logcode code, char *buf, int len) send_msg((enum msgcode)code, buf, len); return; } - if (io_multiplex_write((enum msgcode)code, buf, len)) + if (!am_daemon + && io_multiplex_write((enum msgcode)code, buf, len)) return; }