mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 01:05:14 +00:00
Also log error on person creation
This commit is contained in:
parent
91baf2be32
commit
aee2ee2596
|
@ -112,7 +112,7 @@ func RepositoryInbox(ctx *context.APIContext) {
|
||||||
apiPerson.NewActivitypubPersonParams().WithUserID(1), nil)
|
apiPerson.NewActivitypubPersonParams().WithUserID(1), nil)
|
||||||
|
|
||||||
log.Info("http client. %v", c)
|
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)
|
// create_user_from_person (if not alreaydy present)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue