Update fetcher name for debug logs

This commit is contained in:
Neil Alexander 2020-06-10 10:41:59 +01:00
parent c5f9bb685c
commit f0ac11af08

View file

@ -88,5 +88,5 @@ func (s *ServerKeyAPI) FetchKeys(
}
func (s *ServerKeyAPI) FetcherName() string {
return s.OurKeyRing.KeyDatabase.FetcherName()
return fmt.Sprintf("ServerKeyAPI (wrapping %q)", s.OurKeyRing.KeyDatabase.FetcherName())
}