summaryrefslogtreecommitdiff
path: root/backup.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2004-09-20 19:46:45 +0000
committerWayne Davison <wayned@samba.org>2004-09-20 19:46:45 +0000
commit29fe3961abc2dda69b967df7795bb0e6972cd9c4 (patch)
treeb8dafa066afcbe1f6bbe1fc05cdaeb1079c21128 /backup.c
parent4e8a085ac98c4c89991e5da1daad24598bfcd0a9 (diff)
downloadrsync-29fe3961abc2dda69b967df7795bb0e6972cd9c4.tar.gz
Output the same backup-message prefix when verbose > 1 regardless of
the setting of --backup-dir.
Diffstat (limited to 'backup.c')
-rw-r--r--backup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backup.c b/backup.c
index ca433867..dcb71fa9 100644
--- 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;
}