chore: added logger to switch provider

This commit is contained in:
Felipe M 2022-01-23 18:33:23 +01:00 committed by Felipe Martin Garcia
parent 387c4ea86b
commit 0f3382ebf9
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ func getSwitchGameList() []SwitchGame {
log.Fatal(jsonErr)
}
log.Printf("Updated Nintendo Switch game list. Found %d providers.", len(switchGameList))
log.Printf("Updated Nintendo Switch game list. Found %d games.", len(switchGameList))
return switchGameList
}