fix print

This commit is contained in:
Shawn Smith
2021-04-26 15:57:32 +09:00
parent e54c3cd4f5
commit e7592216c0

View File

@@ -45,7 +45,7 @@ func getFromCache(db *badger.DB, repo string) (checksResp, error) {
}
if item == nil {
log.Println("Repo %q not found in badger cache", repo)
log.Printf("Repo %q not found in badger cache", repo)
return notFoundError{repo}
}