modified: common.go

This commit is contained in:
bllfr0g 2019-11-24 20:07:41 -08:00
parent befa547c3b
commit 525c49c886
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ func (ctlog *logHandle) scan(processCallback certspotter.ProcessCallback) error
func processLog(logInfo *certspotter.LogInfo, processCallback certspotter.ProcessCallback) int { func processLog(logInfo *certspotter.LogInfo, processCallback certspotter.ProcessCallback) int {
defer wg.Done() defer wg.Done()
log.SetPrefix(os.Args[0] + ": " + logInfo.Url + ": ") log.SetPrefix(os.Args[0] + ": ")
ctlog, err := makeLogHandle(logInfo) ctlog, err := makeLogHandle(logInfo)
if err != nil { if err != nil {