From 79f90d39b3c61f1ac4d948a24adb5e0791d2e0a0 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Mon, 1 Apr 2024 17:59:25 +0100 Subject: [PATCH] parent_link_scheduled_for_removal: tweak debug --- lib/Stow.pm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Stow.pm.in b/lib/Stow.pm.in index 1e3fb05..9f9422b 100755 --- a/lib/Stow.pm.in +++ b/lib/Stow.pm.in @@ -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");