[java-identity-provider] 09/11: IDP-1499 New V4 Installer: Typos in logs

Rod Widdowson rdw at steadingsoftware.com
Fri Oct 11 11:08:32 EDT 2019


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=6a75a71267d80ef5580c50ed2dd34829a004ec2f

commit 6a75a71267d80ef5580c50ed2dd34829a004ec2f
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Oct 11 15:17:07 2019 +0100

    IDP-1499 New V4 Installer: Typos in logs
    
    https://issues.shibboleth.net/jira/browse/IDP-1499
---
 .../main/java/net/shibboleth/idp/installer/impl/CopyDistribution.java   | 2 +-
 .../main/java/net/shibboleth/idp/installer/impl/InstallerSupport.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/CopyDistribution.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/CopyDistribution.java
index 9a0d36b..7c404df 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/CopyDistribution.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/CopyDistribution.java
@@ -98,7 +98,7 @@ public final class CopyDistribution extends AbstractInitializableComponent {
             log.error("Corrupt install {} is not a directory", what);
             throw new BuildException("Corrupt install - not a directory");
         } else {
-            log.debug("Deleteing {} ", what);
+            log.debug("Deleting {} ", what);
             InstallerSupport.deleteTree(what);
         }
     }
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/InstallerSupport.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/InstallerSupport.java
index f6006a9..870ebfe 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/InstallerSupport.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/InstallerSupport.java
@@ -61,7 +61,7 @@ public final class InstallerSupport {
                 Files.createDirectories(dir);
                 log.debug("Created directory {}", dir);
             } catch (final IOException e) {
-                log.error("Could no create {}", dir, e);
+                log.error("Could not create {}", dir, e);
                throw new BuildException(e);
             }
         }

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


More information about the commits mailing list