From: Martin Pool Date: Tue, 19 Feb 2002 01:41:20 +0000 (+0000) Subject: Clean up error message X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/3ce0f9a653c2b6a0a4c8b3b2192ab03084213032 Clean up error message --- 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);