This commit is contained in:
boccioli_m
2017-10-20 16:12:23 +02:00
parent 254a6ddc46
commit 01909327a9

View File

@@ -2418,7 +2418,7 @@ public class TestingList extends Panel {
} else { // if nothing found in this directory, see if there is a subdireactory
try {
System.out.println("see subdirs of deviceInList:" + deviceInList.getPath().toString());
System.out.println("see subdirs of deviceInList:" + deviceInList.listFiles().toString());
System.out.println("subdirs:" + deviceInList.listFiles().toString());
Collections.addAll(listOfDevices, deviceInList.listFiles());
} catch (Exception ex) {
Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex);