mirror of
https://github.com/ivabus/speakersafetyd
synced 2024-11-10 02:15:16 +03:00
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:
parent
315255a7e0
commit
83a53ba99f
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue