improve various logging
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
57e6af6e21
commit
15a990dc25
5 changed files with 33 additions and 78 deletions
|
@ -437,7 +437,7 @@ fn handle_resolve_error(e: &ResolveError) -> Result<()> {
|
|||
Ok(())
|
||||
},
|
||||
_ => {
|
||||
error!("{e}");
|
||||
error!("DNS {e}");
|
||||
Err(Error::Err(e.to_string()))
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue