[java-shib-shared] branch main updated: Add a space to a log line.
Codeberg
noreply at shibboleth.net
Mon Apr 20 15:52:27 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-shib-shared.
View the commit online:
https://codeberg.org/Shibboleth/java-shib-shared/commit/1c9f74bbff0a426144d9d915952a1029dee84cef
The following commit(s) were added to refs/heads/main by this push:
new 1c9f74bb Add a space to a log line.
1c9f74bb is described below
commit 1c9f74bbff0a426144d9d915952a1029dee84cef
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Apr 20 11:41:50 2026 -0400
Add a space to a log line.
---
.../java/net/shibboleth/shared/service/impl/LogbackLoggingService.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shib-service/src/main/java/net/shibboleth/shared/service/impl/LogbackLoggingService.java b/shib-service/src/main/java/net/shibboleth/shared/service/impl/LogbackLoggingService.java
index 34266557..d53fc649 100644
--- a/shib-service/src/main/java/net/shibboleth/shared/service/impl/LogbackLoggingService.java
+++ b/shib-service/src/main/java/net/shibboleth/shared/service/impl/LogbackLoggingService.java
@@ -122,7 +122,7 @@ public class LogbackLoggingService extends AbstractReloadableService<Object>
statusManager = loggerContext.getStatusManager();
if (!fallbackConfiguration.exists()) {
if (isFailFast()) {
- throw new ComponentInitializationException(getLogPrefix() + "Cannot locate fallback configuration");
+ throw new ComponentInitializationException(getLogPrefix() + " Cannot locate fallback configuration");
}
statusManager.add(new ErrorStatus("Cannot locate fallback configuration at "
+ fallbackConfiguration.getDescription(), this));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list