Even more

This commit is contained in:
Neil Alexander 2022-10-27 14:09:36 +01:00
parent a94fb71d1b
commit 6fe58ffec3
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -61,7 +61,7 @@ func (a *FederationInternalAPI) ClaimKeys(
logrus.Infof("XXX: ClaimKeys type-cast error: %s %+v", s, res)
return gomatrixserverlib.RespClaimKeys{}, fmt.Errorf("typecast error")
}
logrus.Infof("XXX: ClaimKeys response: %s %+v", s, ires.(gomatrixserverlib.RespClaimKeys))
logrus.Infof("XXX: ClaimKeys response: %s %+v (%+v)", s, ires, res)
return res, nil
}