added signoff
Signed-off-by: Ben Siggers <bsiggers@salesforce.com>
This commit is contained in:
parent
18f65dbd39
commit
6fb66f14be
|
@ -120,7 +120,8 @@ func makeLogHandle(logInfo *certspotter.LogInfo) (*logHandle, error) {
|
|||
BatchSize: *batchSize,
|
||||
NumWorkers: *numWorkers,
|
||||
Quiet: !*verbose,
|
||||
ProxyURL: proxyURL})
|
||||
ProxyURL: proxyURL,
|
||||
})
|
||||
|
||||
ctlog.state, err = state.OpenLogState(logInfo)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue