]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Output the same backup-message prefix when verbose > 1 regardless of
authorWayne Davison <wayned@samba.org>
Mon, 20 Sep 2004 19:46:45 +0000 (19:46 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 20 Sep 2004 19:46:45 +0000 (19:46 +0000)
the setting of --backup-dir.

backup.c

index ca433867de90879da428997ca190cf27f83ffe5f..dcb71fa9ec9c334c728facb6e712ef5b9bd8303f 100644 (file)
--- a/backup.c
+++ b/backup.c
@@ -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;
 }