summaryrefslogtreecommitdiff
path: root/modules/CommandHelper.pm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CommandHelper.pm')
-rw-r--r--modules/CommandHelper.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/CommandHelper.pm b/modules/CommandHelper.pm
index 2437edfc..98053a08 100644
--- a/modules/CommandHelper.pm
+++ b/modules/CommandHelper.pm
@@ -51,6 +51,7 @@ sub get {
## create a singleton of that type and return it.
foreach my $inc (@INC) {
if (-r "$inc/$type.pm") {
+ OutputMessage::debug(undef, "Found $type.pm in $inc");
require "$type.pm";
$required{$type} = $type->new();
return $required{$type};