X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/fb22c2774d813e5603747937d5eb3c719de20be7..29fe3961abc2dda69b967df7795bb0e6972cd9c4:/backup.c 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; }