Skip to content

Commit 604feeb

Browse files
committed
Debug indexingRescanOnOverflow test
1 parent 3936efd commit 604feeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/engineering/swat/watch/impl/overflows/IndexingRescanner.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public FileVisitResult visitFile(Path file, BasicFileAttributes attrs) throws IO
7878

7979
@Override
8080
protected MemorylessRescanner.Generator newGenerator(Path path, WatchScope scope) {
81+
System.out.println("Creating generator");
8182
return new Generator(path, scope);
8283
}
8384

0 commit comments

Comments
 (0)