X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8b3e60523aa3d86583a1df54c81c9d480ea19740..7634fc8eb613eec2950ad957dc638c920927ca1e:/io.c diff --git a/io.c b/io.c index 1752d86f..d3ae5368 100644 --- a/io.c +++ b/io.c @@ -626,7 +626,7 @@ static void whine_about_eof(int fd) rprintf(FERROR, RSYNC_NAME ": connection unexpectedly closed " "(%s bytes received so far) [%s]\n", - big_num(stats.total_read, 0), who_am_i()); + big_num(stats.total_read), who_am_i()); exit_cleanup(RERR_STREAMIO); }