mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +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.
|
||||
LOG(LogError)
|
||||
<< "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 << "\"";
|
||||
break;
|
||||
}
|
||||
|
@ -503,7 +503,7 @@ bool SystemData::loadConfig()
|
|||
// There are more than one command tags and the first tag did not have a label.
|
||||
LOG(LogError)
|
||||
<< "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 << "\"";
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue