From 605418e58d29638f999627c01755b5ebeca5ff4c Mon Sep 17 00:00:00 2001 From: Pascal Brisset Date: Fri, 20 Oct 2006 15:36:35 +0000 Subject: [PATCH] underscore removed --- sw/ground_segment/cockpit/live.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/ground_segment/cockpit/live.ml b/sw/ground_segment/cockpit/live.ml index fa0cc1773f..413b845314 100644 --- a/sw/ground_segment/cockpit/live.ml +++ b/sw/ground_segment/cockpit/live.ml @@ -667,7 +667,7 @@ let listen_waypoint_moved = fun () -> let get_alert_bat_low = fun a _sender vs -> let ac = get_ac vs in let level = Pprz.string_assoc "level" vs in - log_and_say a (sprintf "%s %s %s" ac.ac_name "BAT_LOW" level) + log_and_say a (sprintf "%s %s %s" ac.ac_name "BAT LOW" level) let listen_alert = fun a -> alert_bind "BAT_LOW" (get_alert_bat_low a)