blackbox: Change file extensions

I guess I'm watching too much Mentour Pilot these days :-)

Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
Hector Martin 2023-10-23 03:33:53 +09:00
parent 315255a7e0
commit 83a53ba99f

View file

@ -57,8 +57,8 @@ impl Blackbox {
}
let now = chrono::Local::now().to_rfc3339();
let meta_name = self.path.join(now.clone() + ".meta");
let data_name = self.path.join(now.clone() + ".raw");
let meta_name = self.path.join(now.clone() + ".fdr");
let data_name = self.path.join(now.clone() + ".cvr");
warn!("Preserving blackbox {}", now);