Skip to content

Commit a832497

Browse files
committed
Merge branch '3.1.x' into 3.2.x
2 parents 637a70e + 59ddbae commit a832497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-core/src/main/groovy/grails/plugins/DefaultGrailsPluginManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ private void loadDelayedPlugins() {
462462
}
463463
else {
464464
failedPlugins.put(plugin.getName(), plugin);
465-
LOG.warn("WARNING: Plugin [" + plugin.getName() + "] cannot be loaded because its dependencies [" +
465+
LOG.error("ERROR: Plugin [" + plugin.getName() + "] cannot be loaded because its dependencies [" +
466466
DefaultGroovyMethods.inspect(plugin.getDependencyNames()) + "] cannot be resolved");
467467
}
468468
}

0 commit comments

Comments
 (0)