X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-tools%2Faltosui%2FAltosFlashUI.java;fp=ao-tools%2Faltosui%2FAltosFlashUI.java;h=d3b72c67737b507fd6274429614cc6f1641a1138;hp=b09cb59472e0d6c2608161bce26d2f838ae0fdbd;hb=9ffc2eb53a47e435f39b02896b0e43ae5f47f450;hpb=68078eab3c07d8dc83302747cf6f3dcb1797c6ce diff --git a/ao-tools/altosui/AltosFlashUI.java b/ao-tools/altosui/AltosFlashUI.java index b09cb594..d3b72c67 100644 --- a/ao-tools/altosui/AltosFlashUI.java +++ b/ao-tools/altosui/AltosFlashUI.java @@ -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.toString()), "Device in use", JOptionPane.ERROR_MESSAGE); } catch (IOException e) {