Displaying 1 result from an estimated 1 matches for "show_speedup".
2004 Jan 06
2
[patch] making rsync less verbose
...}
void show_flist_stats(void)
-------------- next part --------------
--- rsync-2.6.0/main.c.orig 2003-12-20 17:57:24.000000000 +0100
+++ rsync-2.6.0/main.c 2004-01-06 17:10:19.000000000 +0100
@@ -32,6 +32,7 @@
extern int am_daemon;
extern int verbose;
extern int protocol_version;
+extern int show_speedup;
/* there's probably never more than at most 2 outstanding child processes,
* but set it higher just in case.
@@ -146,7 +147,7 @@
(double)stats.total_read);
}
- if (verbose || do_stats) {
+ if (show_speedup || do_stats) {
rprintf(FINFO,"\nwrote %.0f bytes read %.0f bytes...