Add experimental message in logs

certificate-transparency
Mariano Cano 5 years ago
parent 9f65e820ae
commit abd0cf23f9

@ -125,6 +125,7 @@ func New(c Config) (*ClientImpl, error) {
return nil, errors.Wrapf(err, "failed to connect to %s", c.URI)
}
log.Printf("connecting to CT log %s", c.URI)
log.Println("CT support is experimental and can change at any time")
return &ClientImpl{
config: c,

Loading…
Cancel
Save