Skip to content

Commit 3767f41

Browse files
committed
debug512
1 parent 4a2159e commit 3767f41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/IncrementalSnapshotVerifyResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public void txHashResBytes(byte[] txHashResBytes) {
148148
System.out.println("1 txHashRes=" + txHashRes);
149149
System.out.println("2 txHashRes.getClass()=" + txHashRes.getClass());
150150
System.out.println("3 txHashRes.size=" + txHashRes.size());
151-
System.out.println("MY bytes l=" + bytes.length + " bytes=" + Arrays.toString(bytes));
151+
System.out.println("MY bytes l=" + txHashResBytes.length + " bytes=" + Arrays.toString(txHashResBytes));
152152
System.out.println("MY 4=" + ToStringBuilder.reflectionToString(txHashRes, new MultilineRecursiveToStringStyle()));
153153

154154
HashMap<Object, Object> m = new HashMap<>();

0 commit comments

Comments
 (0)