[java-mvn-enforcer] 01/02: Fix log message

Rod Widdowson rdw at steadingsoftware.com
Fri Dec 10 15:09:25 UTC 2021


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-mvn-enforcer.

View the commit online:
http://git.shibboleth.net/view/?p=java-mvn-enforcer.git;a=commit;h=4b6e779600f8c69fffd87483ed188cfa1eb232da

commit 4b6e779600f8c69fffd87483ed188cfa1eb232da
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Dec 10 15:08:20 2021 +0000

    Fix log message
---
 src/main/java/net/shibboleth/mvn/enforcer/impl/BaseSigChecker.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/net/shibboleth/mvn/enforcer/impl/BaseSigChecker.java b/src/main/java/net/shibboleth/mvn/enforcer/impl/BaseSigChecker.java
index 946e7ae..3a6366b 100644
--- a/src/main/java/net/shibboleth/mvn/enforcer/impl/BaseSigChecker.java
+++ b/src/main/java/net/shibboleth/mvn/enforcer/impl/BaseSigChecker.java
@@ -158,7 +158,7 @@ public class BaseSigChecker {
             path = null;
         }
         if (path == null || !Files.exists(path)) {
-            log.info("Could not find key for {}, trying local store.", artifact);
+            log.info("Could not find key for {}, trying classpath store.", artifact);
             final String name = ProjectPomContext.CLASSPATH_ROOT +  "localSignatures/" + artifact.toString() + ".jar.asc";
             try (final InputStream stream = getProjectContext().getEnforcerLoader().getResourceAsStream(name)) {
                 if (stream == null) {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list