Skip to content

Commit

Permalink
Output the same backup-message prefix when verbose > 1 regardless of
Browse files Browse the repository at this point in the history
the setting of --backup-dir.
  • Loading branch information
Wayne Davison committed Sep 20, 2004
1 parent 4e8a085 commit 29fe396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 29fe396

Please sign in to comment.