From abd0cf23f9b89987b023ab4716e80d4092c15b77 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Wed, 9 Oct 2019 16:39:22 -0700 Subject: [PATCH] Add experimental message in logs --- ct/ct.go | 1 + 1 file changed, 1 insertion(+) 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,