mirror of https://github.com/digint/btrbk
btrbk: tidy logging
parent
5dc2375a75
commit
3f84345bed
2
btrbk
2
btrbk
|
@ -3756,7 +3756,7 @@ sub get_best_parent($$$;@)
|
|||
my @parent;
|
||||
my @isk = map { $_ eq "defaults" ? @incremental_prefs_default : $_ } @{config_key($svol, "incremental_prefs")};
|
||||
foreach(@isk) {
|
||||
DEBUG "processing incremental_prefs: $_";
|
||||
TRACE "processing incremental_prefs: $_";
|
||||
my ($k, $n) = split /:/;
|
||||
my $c_list = $c_map{$k} // next;
|
||||
for(1 .. ($n // @$c_list)) {
|
||||
|
|
Loading…
Reference in New Issue