Log inbox URI when broadcast() failed
This commit is contained in:
parent
812fd3d956
commit
3eb7662aef
@ -177,7 +177,7 @@ where
|
|||||||
if r.status().is_success() {
|
if r.status().is_success() {
|
||||||
debug!("Successfully sent activity to inbox ({})", &inbox);
|
debug!("Successfully sent activity to inbox ({})", &inbox);
|
||||||
} else {
|
} else {
|
||||||
warn!("Error while sending to inbox ({:?})", &r)
|
warn!("Error while sending to inbox ({} {:?})", &inbox, &r)
|
||||||
}
|
}
|
||||||
r.into_body().concat2()
|
r.into_body().concat2()
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user