altosui: Print exception stack trace when tracking flights
[fw/altos] / altosui / AltosFlightUI.java
index 533b1951f7c5cfdcb28840cc819d50c333a50e2a..43df705e96add4f6ff98777d586567c0db1dec8e 100644 (file)
@@ -138,7 +138,8 @@ public class AltosFlightUI extends AltosFrame implements AltosFlightDisplay, Alt
                        }
                }
                } catch (Exception e) {
-                       System.out.print("Show exception" + e);
+                       System.out.print("Show exception " + e + "\n");
+                       e.printStackTrace();
                }
        }