Add message to determine entries in cache

This commit is contained in:
Daniel Mason 2021-09-02 12:53:07 +12:00
parent c2d9a98bf9
commit d43fe6afbe
Signed by: idanoo
GPG key ID: 387387CDBC02F132

View file

@ -95,6 +95,8 @@ func loadRepoIntoCache(repoLocation string) {
}
}
}
log.Printf("Successfully populated cache with %d entries", len(rowCache))
}
func loadRowsIntoCache(filePath string) {