altoslib: Report exceptions caught while opening launch sites URL
authorKeith Packard <keithp@keithp.com>
Fri, 22 Apr 2016 23:15:05 +0000 (19:15 -0400)
committerKeith Packard <keithp@keithp.com>
Fri, 22 Apr 2016 23:15:05 +0000 (19:15 -0400)
This just dumps them to stdout, which helps debug on Linux at least.

Signed-off-by: Keith Packard <keithp@keithp.com>
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();
                }