mirror of
https://github.com/idanoo/NZCovidBot
synced 2025-07-01 11:12:15 +00:00
Add message to determine entries in cache
This commit is contained in:
parent
c2d9a98bf9
commit
d43fe6afbe
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@ func loadRepoIntoCache(repoLocation string) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
log.Printf("Successfully populated cache with %d entries", len(rowCache))
|
||||
}
|
||||
|
||||
func loadRowsIntoCache(filePath string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue