We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523b8a7 commit 60dec9cCopy full SHA for 60dec9c
src/main/java/org/scijava/ui/swing/script/FileSystemTree.java
@@ -181,7 +181,7 @@ public synchronized Node getChildAt(final int index) {
181
try {
182
return (Node) super.getChildAt(index);
183
} catch (ArrayIndexOutOfBoundsException ae) {
184
- System.out.println("FileSystemTree: no child at index " + index + " for file at " + this.path);
+ log.error("FileSystemTree: no child at index " + index + " for file at " + this.path, ae);
185
return null;
186
}
187
0 commit comments