Skip to content

Commit 1a9aa5e

Browse files
committed
Added a deug message for finding command helpers.
1 parent 2df8d65 commit 1a9aa5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/CommandHelper.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ sub get {
5151
## create a singleton of that type and return it.
5252
foreach my $inc (@INC) {
5353
if (-r "$inc/$type.pm") {
54+
OutputMessage::debug(undef, "Found $type.pm in $inc");
5455
require "$type.pm";
5556
$required{$type} = $type->new();
5657
return $required{$type};

0 commit comments

Comments
 (0)