Skip to content

Commit 1d25bf7

Browse files
committed
Fix wrong level
1 parent 75d062b commit 1d25bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/main/java/eu/maveniverse/maven/njord/plugin3/ValidateMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ protected void doExecute(NjordSession ns) throws IOException, MojoFailureExcepti
4848
if (vro.isPresent()) {
4949
ArtifactStoreValidator.ValidationResult vr = vro.orElseThrow();
5050
if (details) {
51-
logger.warn("Validation results for {}", store);
51+
logger.info("Validation results for {}", store);
5252
dumpValidationResult("", vr);
5353
}
5454
if (!vr.isValid()) {

0 commit comments

Comments
 (0)