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 ca43386..dcb71fa 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;
 }