better output

This commit is contained in:
Edwin Eefting 2023-09-26 19:00:19 +02:00
parent e30a393d0e
commit feb3972cd7
No known key found for this signature in database
GPG Key ID: 0F3C35D8E9887737

View File

@ -732,10 +732,10 @@ class ZfsDataset:
# 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,