find_stowed_path: reintroduce missing comment lines

These lines were accidentally removed by 84367681.
This commit is contained in:
Adam Spiers 2024-04-01 15:49:19 +01:00
parent 10c86841de
commit caefb641b8

View file

@ -1022,6 +1022,8 @@ sub find_stowed_path {
}
# If no .stow file was found, we need to find out whether it's
# owned by the current stow directory, in which case $path will be
# a prefix of $self->{stow_path}.
my ($stow_path, $ext_package) = $self->find_containing_marked_stow_dir($dest);
if (length $stow_path) {
debug(5, 5, "yes - $stow_path in $dest was marked as a stow dir; package=$ext_package");