improve various logging

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-04-23 11:34:20 -07:00 committed by June
parent 57e6af6e21
commit 15a990dc25
5 changed files with 33 additions and 78 deletions

View file

@ -437,7 +437,7 @@ fn handle_resolve_error(e: &ResolveError) -> Result<()> {
Ok(())
},
_ => {
error!("{e}");
error!("DNS {e}");
Err(Error::Err(e.to_string()))
},
}