mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-19 07:25:39 +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)
|
void ViewController::launch(FileData* game)
|
||||||
{
|
{
|
||||||
if (game->getType() != 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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue