8308156: VerifyCACerts.java misses blank in error output
Reviewed-by: mullan, rhalade
This commit is contained in:
parent
2f1c65486b
commit
5a92aae1d9
@ -293,8 +293,8 @@ public class VerifyCACerts {
|
||||
String checksum = HEX.formatHex(md.digest(data));
|
||||
if (!checksum.equals(CHECKSUM)) {
|
||||
atLeastOneFailed = true;
|
||||
System.err.println("ERROR: wrong checksum" + checksum);
|
||||
System.err.println("Expected checksum" + CHECKSUM);
|
||||
System.err.println("ERROR: wrong checksum " + checksum);
|
||||
System.err.println("Expected checksum " + CHECKSUM);
|
||||
}
|
||||
|
||||
KeyStore ks = KeyStore.getInstance("JKS");
|
||||
|
Loading…
x
Reference in New Issue
Block a user