We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 637a70e + 59ddbae commit a832497Copy full SHA for a832497
grails-core/src/main/groovy/grails/plugins/DefaultGrailsPluginManager.java
@@ -462,7 +462,7 @@ private void loadDelayedPlugins() {
462
}
463
else {
464
failedPlugins.put(plugin.getName(), plugin);
465
- LOG.warn("WARNING: Plugin [" + plugin.getName() + "] cannot be loaded because its dependencies [" +
+ LOG.error("ERROR: Plugin [" + plugin.getName() + "] cannot be loaded because its dependencies [" +
466
DefaultGroovyMethods.inspect(plugin.getDependencyNames()) + "] cannot be resolved");
467
468
0 commit comments