diff --git a/stow.in b/stow.in index e17f04c..e46b390 100755 --- a/stow.in +++ b/stow.in @@ -578,7 +578,7 @@ sub get_ignore_re_from_file { } close(REGEXPS); my $re = join '|', @regexps; - debug("#% ignore regexp is $re\n"); + warn "#% ignore regexp is $re\n" if $Verbose; return qr/$re/; }