Added a debug message

This commit is contained in:
hjp 2006-11-28 09:13:58 +00:00
parent 1bd2b28ed9
commit 9e4d6c250f
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ sub list {
find({
preprocess
=> sub {
$self->log(10, "list: in $File::Find::dir");
if ($self->{prune}{$File::Find::dir}) {
return ();
} else {