mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Changed a system loading log entry from warning to debug level.
This commit is contained in:
parent
aed9c4abe5
commit
9802538464
|
@ -461,8 +461,8 @@ bool SystemData::loadConfig()
|
||||||
auto nameFindFunc = [&] {
|
auto nameFindFunc = [&] {
|
||||||
for (auto system : sSystemVector) {
|
for (auto system : sSystemVector) {
|
||||||
if (system->mName == name) {
|
if (system->mName == name) {
|
||||||
LOG(LogWarning) << "A system with the name \"" << name
|
LOG(LogDebug) << "A system with the name \"" << name
|
||||||
<< "\" has already been loaded, skipping duplicate entry";
|
<< "\" has already been loaded, skipping duplicate entry";
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue