From b5eb945f404902ce0283ed11eaa292e85e6ade31 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Wed, 16 Jun 2021 20:20:21 +0200 Subject: [PATCH] Changed a log output line in InputManager. --- es-core/src/InputManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-core/src/InputManager.cpp b/es-core/src/InputManager.cpp index f9dc91b1b..bac95c06c 100644 --- a/es-core/src/InputManager.cpp +++ b/es-core/src/InputManager.cpp @@ -60,7 +60,7 @@ void InputManager::init() SDL_GameControllerEventState(SDL_ENABLE); if (!Utils::FileSystem::exists(getConfigPath())) { - LOG(LogInfo) << "No input configuration file exists"; + LOG(LogInfo) << "No input configuration file found, default mappings will be applied"; } else { mConfigFileExists = true;