diff options
Diffstat (limited to 'altosui/AltosEepromManage.java')
| -rw-r--r-- | altosui/AltosEepromManage.java | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/altosui/AltosEepromManage.java b/altosui/AltosEepromManage.java index 2e520628..083c7372 100644 --- a/altosui/AltosEepromManage.java +++ b/altosui/AltosEepromManage.java @@ -219,8 +219,7 @@ public class AltosEepromManage implements ActionListener {  				t.start();  			} catch (FileNotFoundException ee) {  				JOptionPane.showMessageDialog(frame, -							      String.format("Cannot open device \"%s\"", -									    device.toShortString()), +							      ee.getMessage(),  							      "Cannot open target device",  							      JOptionPane.ERROR_MESSAGE);  			} catch (AltosSerialInUseException si) {  | 
