Skip to content

Commit

Permalink
Clearer error message
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKev312 committed Jul 17, 2021
1 parent 5e82456 commit 349ec60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AmiiboGameList/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ static void Main()
// Show missing games
if(missingGames.Count != 0)
{
Console.WriteLine("However, the following games could not be added to the database:");
Console.WriteLine("However, the following games couldn't find their titleids and thus couldn't be added:");
foreach (var Game in missingGames.Distinct())
{
Console.WriteLine("\t" + Game);
Expand Down

0 comments on commit 349ec60

Please sign in to comment.