diff --git a/es-app/src/SystemData.cpp b/es-app/src/SystemData.cpp index d45072431..7af9336f9 100644 --- a/es-app/src/SystemData.cpp +++ b/es-app/src/SystemData.cpp @@ -231,7 +231,7 @@ bool SystemData::loadConfig() const std::string rompath = FileData::getROMDirectory(); if (!Utils::FileSystem::exists(path)) { - LOG(LogWarning) << "Systems configuration file does not exist"; + LOG(LogInfo) << "Systems configuration file does not exist"; if (copyConfigTemplate(getConfigPath(true))) return false; path = getConfigPath(false);