summaryrefslogtreecommitdiff
path: root/modules/CommandHelper.pm
diff options
context:
space:
mode:
authorocielliottc <elliottc@objectcomputing.com>2023-04-26 10:35:51 -0500
committerGitHub <noreply@github.com>2023-04-26 10:35:51 -0500
commit4cbc59f2e70ceb74c9dec65b57b02b1c2397f961 (patch)
treef45a8cdc36c703a9c41d2730e3a2801079c1a053 /modules/CommandHelper.pm
parent516e0a2bdb9ec407b220f84e5df6cfe933d29f02 (diff)
parent62c44927b0616a85e9b5afed5975678d97343c18 (diff)
downloadMPC-master.tar.gz
Merge pull request #184 from DOCGroup/random-minor-changesHEADmaster
Random minor changes
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};