Tweaked the rprintf() that outputs about the delta-transmission
authorWayne Davison <wayned@samba.org>
Sun, 20 Feb 2005 22:11:43 +0000 (22:11 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 20 Feb 2005 22:11:43 +0000 (22:11 +0000)
enablement.

generator.c

index 12d790c5b7db96b9d55b07c174d2ccd56e475268..5bad8a5562645e495a4a2be4d1c6765ad8f3c58a 100644 (file)
@@ -885,10 +885,10 @@ void generate_files(int f_out, struct file_list *flist, char *local_name,
        }
 
        if (verbose >= 2) {
-               rprintf(FINFO,
+               rprintf(FINFO, "delta-transmission %s\n",
                        whole_file > 0
-                       ? "delta-transmission disabled for local transfer or --whole-file\n"
-                       : "delta transmission enabled\n");
+                       ? "disabled for local transfer or --whole-file"
+                       : "enabled");
        }
 
        /* We expect to just sit around now, so don't exit on a timeout.