Commit 3ce0f9a6 authored by Martin Pool's avatar Martin Pool

Clean up error message

parent d834adc1
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment