diff --git a/es-app/src/SystemData.cpp b/es-app/src/SystemData.cpp index 0e64fa4d2..74cfdc4ca 100644 --- a/es-app/src/SystemData.cpp +++ b/es-app/src/SystemData.cpp @@ -461,8 +461,8 @@ bool SystemData::loadConfig() auto nameFindFunc = [&] { for (auto system : sSystemVector) { if (system->mName == name) { - LOG(LogWarning) << "A system with the name \"" << name - << "\" has already been loaded, skipping duplicate entry"; + LOG(LogDebug) << "A system with the name \"" << name + << "\" has already been loaded, skipping duplicate entry"; return true; } }