mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Changed a log output line in InputManager.
This commit is contained in:
parent
5fa2d22daf
commit
b5eb945f40
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue