X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/befbfe61156f63a8dadaf0efaaae4bfbf435c00c..6aaf8d8c1041b524d985bf09b9a3f5e371cf8ac2:/io.c diff --git a/io.c b/io.c index eeb3a564..1d406490 100644 --- a/io.c +++ b/io.c @@ -457,8 +457,8 @@ static void writefd_unbuffered(int fd,char *buf,size_t len) /* Don't try to write errors back * across the stream */ io_multiplexing_close(); - rprintf(FERROR, - "error writing %d unbuffered bytes" + rprintf(FERROR, RSYNC_NAME + ": error writing %d unbuffered bytes" " - exiting: %s\n", len, strerror(errno)); exit_cleanup(RERR_STREAMIO);