More logging

This commit is contained in:
Neil Alexander 2022-10-27 13:40:42 +01:00
parent 3571892fcd
commit 6ad64767a1
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -148,6 +148,8 @@ func (a *KeyInternalAPI) claimRemoteKeys(
claimKeyRes, err := a.FedClient.ClaimKeys(fedCtx, gomatrixserverlib.ServerName(domain), keysToClaim)
util.GetLogger(ctx).WithError(err).Infof("Server %s response: %+v", domain, claimKeyRes)
mu.Lock()
defer mu.Unlock()