mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-28 22:39:05 +08:00
fix print
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user