mirror of
https://github.com/robcholz/vibebox.git
synced 2026-05-24 07:14:01 +02:00
refactor: now uses log for everything and changed serial.log to vm_root.log
This commit is contained in:
+1
-1
@@ -279,6 +279,6 @@ fn validate_or_exit(config: &Config) {
|
||||
}
|
||||
|
||||
fn die(message: &str) -> ! {
|
||||
eprintln!("[vibebox] {message}");
|
||||
tracing::error!("{message}");
|
||||
std::process::exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user