Added a debug message
This commit is contained in:
parent
1bd2b28ed9
commit
9e4d6c250f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue