Skip to content

Commit 7e415a2

Browse files
committed
Debug indexingRescanOnOverflow test
1 parent 604feeb commit 7e415a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ public FileVisitResult postVisitDirectory(Path dir, IOException exc) throws IOEx
123123
events.add(new WatchEvent(WatchEvent.Kind.DELETED, p));
124124
}
125125
}
126+
127+
for (var e : events) {
128+
System.out.println("Generated: " + e);
129+
}
126130
}
127131
return super.postVisitDirectory(dir, exc);
128132
}

0 commit comments

Comments
 (0)