[java-identity-provider] branch main updated: Tidy last
Rod Widdowson
rdw at steadingsoftware.com
Mon Oct 28 15:58:14 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=68f00984628106e23dd0a80412adbd48ee090346
The following commit(s) were added to refs/heads/main by this push:
new 68f009846 Tidy last
68f009846 is described below
commit 68f00984628106e23dd0a80412adbd48ee090346
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Oct 28 15:58:09 2024 +0000
Tidy last
---
.../net/shibboleth/idp/installer/plugin/impl/PluginInstaller.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstaller.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstaller.java
index 816fb86cb..1ee1a9cd6 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstaller.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstaller.java
@@ -555,9 +555,9 @@ public final class PluginInstaller extends AbstractInitializableComponent implem
// IdP-2340
final String moduleId = module.getId();
if (reenabledPluginModules.contains(moduleId)) {
- LOG.debug("Module '{}' already enabled by Plugin rule", moduleId);
+ LOG.debug("Module {} already enabled by Plugin rule", moduleId);
} else if (!loadedModules.contains(module.getId())) {
- LOG.debug("Module '{]' not previously enabled", moduleId);
+ LOG.debug("Module {} not previously enabled", moduleId);
} else {
LOG.debug("Re-enabling module {}", moduleId);
captureChanges(module.enable(getModuleContext()));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list