Printing exception when a disk is not recognized.

This commit is contained in:
Robert Greene 2003-12-22 07:11:17 +00:00
parent 2b51a7469f
commit 2926f343ff

View File

@ -170,6 +170,7 @@ public class SwtAppleCommander implements Listener {
showUnrecognizedDiskFormatMessage(fullpath);
}
} catch (Exception ignored) {
ignored.printStackTrace();
showUnrecognizedDiskFormatMessage(fullpath);
}
}