mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-21 05:43:09 -06:00
Update fetcher name for debug logs
This commit is contained in:
parent
c5f9bb685c
commit
f0ac11af08
|
|
@ -88,5 +88,5 @@ func (s *ServerKeyAPI) FetchKeys(
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *ServerKeyAPI) FetcherName() string {
|
func (s *ServerKeyAPI) FetcherName() string {
|
||||||
return s.OurKeyRing.KeyDatabase.FetcherName()
|
return fmt.Sprintf("ServerKeyAPI (wrapping %q)", s.OurKeyRing.KeyDatabase.FetcherName())
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue