should_skip_target_which_is_stow_dir(): fix debug indentation

This commit is contained in:
Adam Spiers 2020-11-01 17:43:17 +00:00
parent 3aae830e56
commit 9f4f8185ac

View file

@ -586,7 +586,7 @@ sub should_skip_target_which_is_stow_dir {
return 1;
}
debug(4, "$target not protected");
debug(4, " $target not protected");
return 0;
}