[java-idp-plugin-jetty] branch main updated: Log message nit.
Codeberg
noreply at shibboleth.net
Tue Jul 28 13:27:34 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-jetty.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-jetty/commit/896997cf511fa2d183486caced776cbb394dd58a
The following commit(s) were added to refs/heads/main by this push:
new 896997c Log message nit.
896997c is described below
commit 896997cf511fa2d183486caced776cbb394dd58a
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Jul 28 09:27:22 2026 -0400
Log message nit.
---
.../src/main/java/net/shibboleth/idp/module/jetty/JettyModule.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jetty-impl/src/main/java/net/shibboleth/idp/module/jetty/JettyModule.java b/jetty-impl/src/main/java/net/shibboleth/idp/module/jetty/JettyModule.java
index f3dcfa3..600c65f 100644
--- a/jetty-impl/src/main/java/net/shibboleth/idp/module/jetty/JettyModule.java
+++ b/jetty-impl/src/main/java/net/shibboleth/idp/module/jetty/JettyModule.java
@@ -192,7 +192,7 @@ public class JettyModule extends PluginIdPModule {
try {
generator.generate();
} catch (final Exception e) {
- log.error("Error building keystore andcrt files {}", keyStore, e);
+ log.error("Error building keystore and crt files {}", keyStore, e);
throw new ModuleException("Error Key Store", e);
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list