This commit is contained in:
rusefillc 2024-04-10 18:35:47 -04:00
parent 4ff0333d1b
commit 8933621961
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class ChecksumScanner {
for (Map.Entry<Integer, AtomicBoolean> e : isChecksumMap.entrySet()) {
if (e.getValue().get()) {
Integer sid = e.getKey();
System.out.println("Ends with checksum " + sid);
System.out.println("ChecksumScanner: Ends with checksum " + sid);
withChecksum.add(sid);
}
}