parent_link_scheduled_for_removal: tweak debug

This commit is contained in:
Adam Spiers 2024-04-01 17:59:25 +01:00
parent 2c255af187
commit 79f90d39b3

View file

@ -1856,7 +1856,7 @@ sub parent_link_scheduled_for_removal {
my $prefix = '';
for my $part (split m{/+}, $path) {
$prefix = join_paths($prefix, $part);
debug(4, 2, "parent_link_scheduled_for_removal($path): prefix $prefix");
debug(5, 2, "parent_link_scheduled_for_removal($path): prefix $prefix");
if (exists $self->{link_task_for}{$prefix} and
$self->{link_task_for}{$prefix}->{action} eq 'remove') {
debug(4, 2, "parent_link_scheduled_for_removal($path): link scheduled for removal");