add better logging of plugins

This commit is contained in:
Oliver Gorwits
2017-11-28 20:50:09 +00:00
parent 38110c2868
commit b47a22e3da
3 changed files with 5 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ sub _load_web_plugins {
if $plugin !~ m/^\+/;
$plugin =~ s/^\+//;
$ENV{PLUGIN_LOAD_DEBUG} && debug "loading web plugin $plugin";
$ENV{ND2_LOG_PLUGINS} && debug "loading web plugin $plugin";
Module::Load::load $plugin;
}
}