[plugin manager] PluginManager.handleComponentError log known plugin ID

This commit is contained in:
Yann Cébron
2017-02-14 11:32:43 +01:00
parent 64db043651
commit 3742d424a1
@@ -246,7 +246,7 @@ public class PluginManager extends PluginManagerCore {
}
if (pluginId != null && !CORE_PLUGIN_ID.equals(pluginId.getIdString())) {
throw new StartupAbortedException(new PluginException(t, pluginId));
throw new StartupAbortedException("Fatal error initializing plugin " + pluginId.getIdString(), new PluginException(t, pluginId));
}
else {
throw new StartupAbortedException("Fatal error initializing '" + componentClassName + "'", t);