From 3b6ace73aeaa767e680ba22758d2309ae0d0dbda Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Mon, 1 Feb 2021 18:51:00 +0100 Subject: [PATCH] Minimal cosmetic log output change. --- es-app/src/views/ViewController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-app/src/views/ViewController.cpp b/es-app/src/views/ViewController.cpp index 71866282a..feac7487f 100644 --- a/es-app/src/views/ViewController.cpp +++ b/es-app/src/views/ViewController.cpp @@ -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; }