From aee2ee25961a013d8440cd7267938f2fb51cff9d Mon Sep 17 00:00:00 2001 From: erik Date: Thu, 23 Nov 2023 17:04:22 +0100 Subject: [PATCH] Also log error on person creation --- routers/api/v1/activitypub/repository.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/api/v1/activitypub/repository.go b/routers/api/v1/activitypub/repository.go index b70a95c0b7..012f5b156f 100644 --- a/routers/api/v1/activitypub/repository.go +++ b/routers/api/v1/activitypub/repository.go @@ -112,7 +112,7 @@ func RepositoryInbox(ctx *context.APIContext) { apiPerson.NewActivitypubPersonParams().WithUserID(1), nil) log.Info("http client. %v", c) - log.Info("person. %v", person) + log.Info("person: %v\n error: ", person, err) // create_user_from_person (if not alreaydy present)