[java-identity-provider] branch master updated: Tidy up logging

Rod Widdowson rdw at steadingsoftware.com
Wed Feb 5 07:57:41 EST 2020


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=4df817189b4f996ce6249c7fc5c4e9b12ebeb5a0

The following commit(s) were added to refs/heads/master by this push:
       new  4df8171   Tidy up logging
4df8171 is described below

commit 4df817189b4f996ce6249c7fc5c4e9b12ebeb5a0
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Feb 5 12:53:53 2020 +0000

    Tidy up logging
---
 idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java
index a7f57b8..973a77c 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/V4Install.java
@@ -373,7 +373,7 @@ public class V4Install extends AbstractInitializableComponent {
     protected void deleteSpuriousFiles() throws BuildException {
         for (final Path p : currentState.getPathsToBeDeleted()) {
             if (!Files.exists(p)) {
-                log.debug("File to be deleted did exist?");
+                log.trace("File to be deleted {} was not created", p.getFileName());
             } else {
                 try {
                     Files.delete(p);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list