Also log error on person creation
This commit is contained in:
parent
91baf2be32
commit
aee2ee2596
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue