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