From 65196fb9a322783084ab5dba58f96b8c2394389f Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 22 Dec 2005 10:30:55 +0000 Subject: [PATCH] oops, there's no debug() in stow --- stow.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/; }