Repository: cloudstack Updated Branches: refs/heads/4.9-bountycastle-daan a1b121582 -> 0fcc862b2
removed password form log message Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0fcc862b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0fcc862b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0fcc862b Branch: refs/heads/4.9-bountycastle-daan Commit: 0fcc862b211eb4b710e984a46bcd420f1ebd582c Parents: a1b1215 Author: Daan Hoogland <[email protected]> Authored: Thu May 19 12:01:55 2016 +0200 Committer: Daan Hoogland <[email protected]> Committed: Thu May 19 12:01:55 2016 +0200 ---------------------------------------------------------------------- server/src/org/apache/cloudstack/network/lb/CertServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0fcc862b/server/src/org/apache/cloudstack/network/lb/CertServiceImpl.java ---------------------------------------------------------------------- diff --git a/server/src/org/apache/cloudstack/network/lb/CertServiceImpl.java b/server/src/org/apache/cloudstack/network/lb/CertServiceImpl.java index 45fb267..23857de 100644 --- a/server/src/org/apache/cloudstack/network/lb/CertServiceImpl.java +++ b/server/src/org/apache/cloudstack/network/lb/CertServiceImpl.java @@ -453,7 +453,7 @@ public class CertServiceImpl implements CertService { } catch (NoSuchAlgorithmException | NoSuchProviderException e) { throw new IOException("No encryption provider available.", e); } catch (final InvalidKeySpecException e) { - throw new IOException("Invalid Key format or invalid password.", e); + throw new IOException("Invalid Key format.", e); } }
