Name not matching condition in exception

This commit is contained in:
René Pfeuffer
2020-11-24 13:59:58 +01:00
parent ca416fc80f
commit 2645b0b066

View File

@@ -108,8 +108,8 @@ public final class PluginTree
throw new PluginConditionFailedException(
condition,
String.format(
"could not load plugin %s, the plugin condition does not match",
plugin.getInformation().getId()
"could not load plugin %s, the plugin condition does not match: %s",
plugin.getInformation().getId(), condition
)
);
//J+