diff --git a/sw/ground_segment/tmtc/kml.ml b/sw/ground_segment/tmtc/kml.ml index ae500fc896..d1fd19a68c 100644 --- a/sw/ground_segment/tmtc/kml.ml +++ b/sw/ground_segment/tmtc/kml.ml @@ -199,7 +199,7 @@ let update_linear_ring = fun target_href id coordinates -> let print_xml = fun ac_name file xml -> - let f = open_out (sprintf "%s/var/%s/%s" Env.paparazzi_home ac_name file) in + let f = open_out (sprintf "%s/var/aircrafts/%s/%s" Env.paparazzi_home ac_name file) in fprintf f "%s\n" (Xml.to_string_fmt xml); close_out f