Minimal cosmetic log output change.

This commit is contained in:
Leon Styhre 2021-02-01 18:51:00 +01:00
parent ae55eda233
commit 3b6ace73ae

View file

@ -506,7 +506,7 @@ void ViewController::onFileChanged(FileData* file, bool reloadGameList)
void ViewController::launch(FileData* game)
{
if (game->getType() != GAME) {
LOG(LogError) << "tried to launch something that isn't a game.";
LOG(LogError) << "Tried to launch something that isn't a game";
return;
}