Log inbox URI when broadcast() failed

Kitaiti Makoto 2 years ago
parent 812fd3d956
commit 3eb7662aef

@ -177,7 +177,7 @@ where
if r.status().is_success() {
debug!("Successfully sent activity to inbox ({})", &inbox);
} else {
warn!("Error while sending to inbox ({:?})", &r)
warn!("Error while sending to inbox ({} {:?})", &inbox, &r)
}
r.into_body().concat2()
})

Loading…
Cancel
Save