mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-02-09 12:34:39 -05:00
improve various logging
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
32cd77d9a3
commit
93794b6603
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