forked from TrueCloudLab/certificates
Add experimental message in logs
This commit is contained in:
parent
9f65e820ae
commit
abd0cf23f9
1 changed files with 1 additions and 0 deletions
1
ct/ct.go
1
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)
|
return nil, errors.Wrapf(err, "failed to connect to %s", c.URI)
|
||||||
}
|
}
|
||||||
log.Printf("connecting to CT log %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{
|
return &ClientImpl{
|
||||||
config: c,
|
config: c,
|
||||||
|
|
Loading…
Reference in a new issue