mirror of
https://github.com/matrix-org/dendrite.git
synced 2024-11-29 17:51:56 -06:00
Even more
This commit is contained in:
parent
a94fb71d1b
commit
6fe58ffec3
|
@ -61,7 +61,7 @@ func (a *FederationInternalAPI) ClaimKeys(
|
||||||
logrus.Infof("XXX: ClaimKeys type-cast error: %s %+v", s, res)
|
logrus.Infof("XXX: ClaimKeys type-cast error: %s %+v", s, res)
|
||||||
return gomatrixserverlib.RespClaimKeys{}, fmt.Errorf("typecast error")
|
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
|
return res, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue