From 3ce0f9a653c2b6a0a4c8b3b2192ab03084213032 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 19 Feb 2002 01:41:20 +0000 Subject: [PATCH] Clean up error message --- io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.34.1