chore: added logger to switch provider

This commit is contained in:
Felipe M 2022-01-23 18:33:23 +01:00
parent 387c4ea86b
commit fcaff8cad1
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
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
}