Working on Prologue 4
This commit is contained in:
@ -83,7 +83,7 @@ namespace Dawn {
|
|||||||
auto s = *itRequired;
|
auto s = *itRequired;
|
||||||
auto attr = xml->attributes.find(s);
|
auto attr = xml->attributes.find(s);
|
||||||
if(attr == xml->attributes.end()) {
|
if(attr == xml->attributes.end()) {
|
||||||
std::cout << "Missing required attribute \"" << s << "\"" << std::endl;
|
std::cout << "Missing required attribute \"" << s << "\" on node \"" << xml->node << "\"" << std::endl;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
values[s] = attr->second;
|
values[s] = attr->second;
|
||||||
|
Reference in New Issue
Block a user