log nip11 better

This commit is contained in:
Mike Dilger 2022-12-29 07:14:34 +13:00
parent ba9a47846e
commit 3839426b8a

View File

@ -108,7 +108,7 @@ impl Minion {
{ {
match response.json::<RelayInformationDocument>().await { match response.json::<RelayInformationDocument>().await {
Ok(nip11) => { Ok(nip11) => {
info!("{}: {:?}", &self.url, &nip11); info!("{}: {}", &self.url, nip11);
self.nip11 = Some(nip11); self.nip11 = Some(nip11);
} }
Err(e) => { Err(e) => {