mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-14 19:38:41 -06:00
4 lines
71 B
Rust
4 lines
71 B
Rust
pub fn log_error(error: anyhow::Error) {
|
|
log::error!("{}", error);
|
|
}
|