mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-29 09:35:39 +00:00
Changed two error log messages related to alternative emulators.
This commit is contained in:
parent
abf8759f75
commit
1461b2b0a7
|
@ -486,7 +486,7 @@ bool SystemData::loadConfig()
|
||||||
// The first command tag had a label but the second one doesn't.
|
// The first command tag had a label but the second one doesn't.
|
||||||
LOG(LogError)
|
LOG(LogError)
|
||||||
<< "Missing mandatory label attribute for alternative emulator "
|
<< "Missing mandatory label attribute for alternative emulator "
|
||||||
"entry, only the default command tag will be processed for system \""
|
"entry, only the first command tag will be processed for system \""
|
||||||
<< name << "\"";
|
<< name << "\"";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -503,7 +503,7 @@ bool SystemData::loadConfig()
|
||||||
// There are more than one command tags and the first tag did not have a label.
|
// There are more than one command tags and the first tag did not have a label.
|
||||||
LOG(LogError)
|
LOG(LogError)
|
||||||
<< "Missing mandatory label attribute for alternative emulator "
|
<< "Missing mandatory label attribute for alternative emulator "
|
||||||
"entry, only the default command tag will be processed for system \""
|
"entry, only the first command tag will be processed for system \""
|
||||||
<< name << "\"";
|
<< name << "\"";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue