[java-opensaml] branch main updated: Remove extra space from log prefix.
Codeberg
noreply at shibboleth.net
Thu Apr 30 17:30:20 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-opensaml.
View the commit online:
https://codeberg.org/Shibboleth/java-opensaml/commit/f3380166256fb45ea22cce32a30b5466d800b49f
The following commit(s) were added to refs/heads/main by this push:
new f33801662 Remove extra space from log prefix.
f33801662 is described below
commit f3380166256fb45ea22cce32a30b5466d800b49f
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Thu Apr 30 13:29:59 2026 -0400
Remove extra space from log prefix.
---
.../java/org/opensaml/messaging/handler/AbstractMessageHandler.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opensaml-messaging-api/src/main/java/org/opensaml/messaging/handler/AbstractMessageHandler.java b/opensaml-messaging-api/src/main/java/org/opensaml/messaging/handler/AbstractMessageHandler.java
index 5123929a5..a17e4f866 100644
--- a/opensaml-messaging-api/src/main/java/org/opensaml/messaging/handler/AbstractMessageHandler.java
+++ b/opensaml-messaging-api/src/main/java/org/opensaml/messaging/handler/AbstractMessageHandler.java
@@ -219,7 +219,7 @@ public abstract class AbstractMessageHandler extends AbstractInitializableCompon
* @return a string for insertion at the beginning of any log messages
*/
@Nonnull @NotEmpty protected String getLogPrefix() {
- return "Message Handler: ";
+ return "Message Handler:";
}
}
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list