X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Faltosui%2FAltosLog.java;h=2c241771be6c3b3d95b6f8792a973a4ad84636ac;hb=ba65e4aeb952a1cf49a77f1e24e235508fcea71f;hp=ec868b9c8dd2bcc078cf5b07541a07140e847c56;hpb=0c6cf621dfd8339b8bc3915750a3147235f1331b;p=fw%2Faltos diff --git a/ao-tools/altosui/AltosLog.java b/ao-tools/altosui/AltosLog.java index ec868b9c..2c241771 100644 --- a/ao-tools/altosui/AltosLog.java +++ b/ao-tools/altosui/AltosLog.java @@ -74,6 +74,7 @@ class AltosLog implements Runnable { open(telem); } } catch (ParseException pe) { + } catch (AltosCRCException ce) { } if (log_file != null) { log_file.write(line);