Use plugin name from available plugin

This commit is contained in:
Rene Pfeuffer
2020-01-23 17:05:02 +01:00
parent 97600b26e2
commit c80ee02d8a

View File

@@ -43,7 +43,7 @@ class PluginInstaller {
pluginDescriptor.getCondition(),
String.format(
"could not load plugin %s, the plugin condition does not match",
pluginDescriptor.getInformation().getId()
plugin.getDescriptor().getInformation().getName()
)
);
}