Changed a log output line in InputManager.

This commit is contained in:
Leon Styhre 2021-06-16 20:20:21 +02:00
parent 5fa2d22daf
commit b5eb945f40

View file

@ -60,7 +60,7 @@ void InputManager::init()
SDL_GameControllerEventState(SDL_ENABLE); SDL_GameControllerEventState(SDL_ENABLE);
if (!Utils::FileSystem::exists(getConfigPath())) { 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 { else {
mConfigFileExists = true; mConfigFileExists = true;