better output

This commit is contained in:
Edwin Eefting
2023-09-26 19:00:19 +02:00
parent e30a393d0e
commit feb3972cd7

View File

@ -732,10 +732,10 @@ class ZfsDataset:
# initial or increment # initial or increment
if not prev_snapshot: if not prev_snapshot:
target_snapshot.verbose("receiving full".format(self.snapshot_name)) target_snapshot.verbose("<- {} (new)".format(self.filesystem_name))
else: else:
# incremental # incremental
target_snapshot.verbose("receiving incremental".format(self.snapshot_name)) target_snapshot.verbose("<- {}".format(self.filesystem_name))
# do it # do it
pipe = self.send_pipe(features=features, show_progress=show_progress, prev_snapshot=prev_snapshot, pipe = self.send_pipe(features=features, show_progress=show_progress, prev_snapshot=prev_snapshot,