diff --git a/src/inbox.rs b/src/inbox.rs index 55f0402..d7e359d 100644 --- a/src/inbox.rs +++ b/src/inbox.rs @@ -152,6 +152,7 @@ async fn handle_follow( let my_id: XsdAnyUri = state.generate_url(UrlKind::Actor).parse()?; if !input.object.is(&my_id) { + error!("Wrong Actor, {:?}", input); return Err(MyError::WrongActor(input.object.id().to_string())); }