Boyoung- hace 6 años
padre
commit
010086d510
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pir/ULiT.java

+ 1 - 1
src/pir/ULiT.java

@@ -271,7 +271,7 @@ public class ULiT extends Protocol {
 				}
 				for (int i = trueDN * l + l; i < trueX.length; i++) {
 					if (expectX[i] != trueX[i]) {
-						System.err.println(j + ": ULiT test failed 1");
+						System.err.println(j + ": ULiT test failed 2");
 						fail = true;
 						break;
 					}