mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-07 09:36:19 +08:00
flush added on an error message
This commit is contained in:
@@ -386,7 +386,7 @@ let ac_msg = fun messages_xml log ac_name ac ->
|
||||
log_and_parse log ac_name ac msg values
|
||||
with
|
||||
Pprz.Unknown_msg_name (x, c) ->
|
||||
fprintf stderr "Unknown message %s in class %s from %s: %s\n" x c ac_name m
|
||||
fprintf stderr "Unknown message %s in class %s from %s: %s\n%!" x c ac_name m
|
||||
| x -> prerr_endline (Printexc.to_string x)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user