Output the same backup-message prefix when verbose > 1 regardless of

the setting of --backup-dir.
This commit is contained in:
Wayne Davison
2004-09-20 19:46:45 +00:00
parent 4e8a085ac9
commit 29fe3961ab

View File

@@ -254,7 +254,7 @@ static int keep_backup(char *fname)
free(file);
if (verbose > 1)
rprintf(FINFO, "keep_backup %s -> %s\n", fname, buf);
rprintf(FINFO, "backed up %s to %s\n", fname, buf);
return 1;
}