mirror of https://github.com/jimsalterjrs/sanoid
Merge pull request #1071 from r-ricci/print
don't print cache updates on stdout
This commit is contained in:
commit
04ca8f4e58
1
sanoid
1
sanoid
|
|
@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue