all the bug fixes and a working plugin!!!!!!!!! :-D

This commit is contained in:
Oliver Gorwits
2017-09-05 22:10:53 +01:00
parent 04896202e0
commit a79cb9a9e4
5 changed files with 56 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ sub load_worker_plugins {
if $plugin !~ m/^\+/;
$plugin =~ s/^\+//;
debug "loading Netdisco plugin $plugin";
$ENV{PLUGIN_LOAD_DEBUG} && debug "loading Netdisco plugin $plugin";
eval { Module::Load::load $plugin };
}
}