altoslib: Report exceptions caught while opening launch sites URL
[fw/altos] / altoslib / AltosLaunchSites.java
index 43afeb3768af9ee61e558a339745808ca015407f..3ebac60142889b4eebd81154efaf6c1862417244 100644 (file)
@@ -65,6 +65,7 @@ public class AltosLaunchSites extends Thread {
                                add(line);
                        }
                } catch (Exception e) {
+                       System.out.printf("file exception %s\n", e.toString());
                } finally {
                        notify_complete();
                }