Fixed text

This commit is contained in:
Jeroen van Erp
2016-10-28 16:31:23 +02:00
parent 179b30ef4e
commit 677f482a69

View File

@@ -101,7 +101,7 @@ public class OpenSSHKeyV1KeyFile extends BaseFileKeyProvider {
return readUnencrypted(privateKeyBuffer, publicKey);
} else {
logger.info("Keypair is encrypted with: " + cipherName + ", " + kdfName + ", " + kdfOptions);
throw new IOException("Cannot read encrypted keypair with " + cipherName + " yet..");
throw new IOException("Cannot read encrypted keypair with " + cipherName + " yet.");
}
}