调整日志

This commit is contained in:
lbl8603
2024-08-01 21:56:09 +08:00
parent e8322adbcc
commit 210b7c959e
3 changed files with 11 additions and 1 deletions
+5
View File
@@ -11,6 +11,11 @@ fn main() {
}
}
Err(e) => {
log::error!(
"parse error={:?} cmd={:?}",
e,
std::env::args().collect::<Vec<String>>()
);
println!("{}", e);
return;
}