diff --git a/ct/ct.go b/ct/ct.go index 16e71579..36fcae8a 100644 --- a/ct/ct.go +++ b/ct/ct.go @@ -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,