docs: Document altosui "Graph Data" button
[fw/altos] / ao-tools / altosui / AltosFlashUI.java
index b09cb59472e0d6c2608161bce26d2f838ae0fdbd..f63097ac408ad1f71356311365b487203ce8788f 100644 (file)
@@ -90,7 +90,7 @@ public class AltosFlashUI
                } catch (AltosSerialInUseException si) {
                        JOptionPane.showMessageDialog(frame,
                                                      String.format("Device \"%s\" already in use",
-                                                                   debug_dongle.getPath()),
+                                                                   debug_dongle.toShortString()),
                                                      "Device in use",
                                                      JOptionPane.ERROR_MESSAGE);
                } catch (IOException e) {