X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/38de2866e5892ffc77a96636cd706239cbffbf4b..87c0f9d6b4899729313154ac5752dd86c745ed07:/log.c diff --git a/log.c b/log.c index 3f57a44b..7fd37e42 100644 --- a/log.c +++ b/log.c @@ -256,7 +256,7 @@ void rwrite(enum logcode code, char *buf, int len) if (am_server) { /* Pass the message to the non-server side. */ - if (io_multiplex_write((enum msgcode)code, buf, len)) + if (send_msg((enum msgcode)code, buf, len)) return; if (am_daemon) { /* TODO: can we send the error to the user somehow? */