parent_link_scheduled_for_removal: tweak debug
This commit is contained in:
parent
2c255af187
commit
79f90d39b3
1 changed files with 1 additions and 1 deletions
|
@ -1856,7 +1856,7 @@ sub parent_link_scheduled_for_removal {
|
||||||
my $prefix = '';
|
my $prefix = '';
|
||||||
for my $part (split m{/+}, $path) {
|
for my $part (split m{/+}, $path) {
|
||||||
$prefix = join_paths($prefix, $part);
|
$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
|
if (exists $self->{link_task_for}{$prefix} and
|
||||||
$self->{link_task_for}{$prefix}->{action} eq 'remove') {
|
$self->{link_task_for}{$prefix}->{action} eq 'remove') {
|
||||||
debug(4, 2, "parent_link_scheduled_for_removal($path): link scheduled for removal");
|
debug(4, 2, "parent_link_scheduled_for_removal($path): link scheduled for removal");
|
||||||
|
|
Loading…
Reference in a new issue