logging
This commit is contained in:
parent
4ff0333d1b
commit
8933621961
|
@ -37,7 +37,7 @@ public class ChecksumScanner {
|
||||||
for (Map.Entry<Integer, AtomicBoolean> e : isChecksumMap.entrySet()) {
|
for (Map.Entry<Integer, AtomicBoolean> e : isChecksumMap.entrySet()) {
|
||||||
if (e.getValue().get()) {
|
if (e.getValue().get()) {
|
||||||
Integer sid = e.getKey();
|
Integer sid = e.getKey();
|
||||||
System.out.println("Ends with checksum " + sid);
|
System.out.println("ChecksumScanner: Ends with checksum " + sid);
|
||||||
withChecksum.add(sid);
|
withChecksum.add(sid);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue