mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 01:05:48 +02:00
Name not matching condition in exception
This commit is contained in:
@@ -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+
|
||||
|
||||
Reference in New Issue
Block a user