Add experimental message in logs

This commit is contained in:
Mariano Cano 2019-10-09 16:39:22 -07:00
parent 9f65e820ae
commit abd0cf23f9

View file

@ -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,