[java-shib-profile] branch main updated: Logging tweaks and nits.
Scott Cantor
cantor.2 at osu.edu
Tue Jun 20 15:56:33 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-profile.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-profile.git;a=commit;h=0758af63866c522692aba6096267d1e5f0fda2af
The following commit(s) were added to refs/heads/main by this push:
new 0758af6 Logging tweaks and nits.
0758af6 is described below
commit 0758af63866c522692aba6096267d1e5f0fda2af
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 20 11:56:30 2023 -0400
Logging tweaks and nits.
---
.../profile/installablecomponent/InstallableComponentSupport.java | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/shib-profile-api/src/main/java/net/shibboleth/profile/installablecomponent/InstallableComponentSupport.java b/shib-profile-api/src/main/java/net/shibboleth/profile/installablecomponent/InstallableComponentSupport.java
index ec78956..e1bd50f 100644
--- a/shib-profile-api/src/main/java/net/shibboleth/profile/installablecomponent/InstallableComponentSupport.java
+++ b/shib-profile-api/src/main/java/net/shibboleth/profile/installablecomponent/InstallableComponentSupport.java
@@ -165,11 +165,12 @@ public final class InstallableComponentSupport {
props.load(propertyResource.getInputStream());
return props;
} catch (final IOException | ComponentInitializationException e) {
- log.error("Could not open Update URL {} :", url, e);
+ log.error("Could not open update URL {} :", url, e);
continue;
}
}
log.error("Could not locate any active update servers");
return null;
}
-}
+
+}
\ 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