Merge pull request #1071 from r-ricci/print

don't print cache updates on stdout
This commit is contained in:
Jim Salter 2026-02-18 17:07:53 -05:00 committed by GitHub
commit 04ca8f4e58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

1
sanoid
View File

@ -1828,7 +1828,6 @@ sub addcachedsnapshots {
my @datasets = getchilddatasets($dataset); my @datasets = getchilddatasets($dataset);
foreach my $dataset(@datasets) { foreach my $dataset(@datasets) {
print "${dataset}\@${suffix}\n";
print $fh "${dataset}\@${suffix}\n"; print $fh "${dataset}\@${suffix}\n";
} }
} }