Fix missing Printf

This commit is contained in:
Daniel Peukert 2020-05-01 00:25:39 +02:00 committed by GitHub
parent b01baf836d
commit 6d5e2395a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ func processLog(logInfo *loglist.Log, processCallback certspotter.ProcessCallbac
} else if *startAtEnd {
ctlog.tree, err = ctlog.scanner.MakeCollapsedMerkleTree(ctlog.verifiedSTH)
if err != nil {
log.Print("%s: Error reconstructing Merkle Tree: %s", logInfo.URL, err)
log.Printf("%s: Error reconstructing Merkle Tree: %s", logInfo.URL, err)
return 1
}
if *verbose {