From: Don Armstrong Date: Mon, 24 Sep 2007 07:10:58 +0000 (+0000) Subject: add some debugging information X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=01a074f699c0c6f80a87436c0620d7e4684755d9;p=bin.git add some debugging information --- diff --git a/delay_mail b/delay_mail index dbe7d0d..854dacb 100755 --- a/delay_mail +++ b/delay_mail @@ -194,7 +194,7 @@ elsif ($options{list}) { last if not defined $entry; next if $entry !~ /^\d+$/; # they're also just readable files - next if not -f $entry or not -r $entry; + next if not -f "$options{queue}/$entry" or not -r "$options{queue}/$entry"; print STDERR "Still dealing with $entry\n" if $DEBUG; push @queue,parse_queue_entry($entry); }