Skip to content

Commit

Permalink
better output
Browse files Browse the repository at this point in the history
  • Loading branch information
psy0rz committed Sep 26, 2023
1 parent e30a393 commit feb3972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zfs_autobackup/ZfsDataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,10 +732,10 @@ def transfer_snapshot(self, target_snapshot, features, prev_snapshot, show_progr

# initial or increment
if not prev_snapshot:
target_snapshot.verbose("receiving full".format(self.snapshot_name))
target_snapshot.verbose("<- {} (new)".format(self.filesystem_name))
else:
# incremental
target_snapshot.verbose("receiving incremental".format(self.snapshot_name))
target_snapshot.verbose("<- {}".format(self.filesystem_name))

# do it
pipe = self.send_pipe(features=features, show_progress=show_progress, prev_snapshot=prev_snapshot,
Expand Down

0 comments on commit feb3972

Please sign in to comment.