altosui: Report error message back from libaltos
[fw/altos] / altosui / AltosEepromManage.java
index 2e5206280b1e308e5aef46d5358faefc4b769835..083c73725d44e4f2fa928ce8532b2fd8f7bb363d 100644 (file)
@@ -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) {