mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 23:15:38 +00:00
Minimal cosmetic log output change.
This commit is contained in:
parent
ae55eda233
commit
3b6ace73ae
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue