Changed two error log messages related to alternative emulators.

This commit is contained in:
Leon Styhre 2021-08-24 20:44:34 +02:00
parent abf8759f75
commit 1461b2b0a7

View file

@ -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;
}