Tweak text of error and debug messages
This commit is contained in:
parent
b7bf77da52
commit
4e2776224f
1 changed files with 2 additions and 2 deletions
|
@ -400,7 +400,7 @@ sub stow_contents {
|
||||||
debug(3, 0, $msg);
|
debug(3, 0, $msg);
|
||||||
debug(4, 1, "=> $source");
|
debug(4, 1, "=> $source");
|
||||||
|
|
||||||
error("stow_contents() called with non-directory path: $path")
|
error("stow_contents() called with non-directory package path: $path")
|
||||||
unless -d $path;
|
unless -d $path;
|
||||||
error("stow_contents() called with non-directory target: $target")
|
error("stow_contents() called with non-directory target: $target")
|
||||||
unless $self->is_a_node($target);
|
unless $self->is_a_node($target);
|
||||||
|
@ -454,7 +454,7 @@ sub stow_node {
|
||||||
|
|
||||||
my $path = join_paths($stow_path, $package, $target);
|
my $path = join_paths($stow_path, $package, $target);
|
||||||
|
|
||||||
debug(3, 0, "Stowing $stow_path / $package / $target");
|
debug(3, 0, "Stowing entry $stow_path / $package / $target");
|
||||||
debug(4, 1, "=> $source");
|
debug(4, 1, "=> $source");
|
||||||
|
|
||||||
# Don't try to stow absolute symlinks (they can't be unstowed)
|
# Don't try to stow absolute symlinks (they can't be unstowed)
|
||||||
|
|
Loading…
Reference in a new issue