Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b505cc84 authored by Ryan Mitchell's avatar Ryan Mitchell Committed by android-build-merger
Browse files

Merge "Fix unknown resource type error message" into qt-dev

am: dd76b346

Change-Id: I1af6f93d990a940876dbb65fe7b158ff6a81a576
parents 142f8596 dd76b346
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -693,7 +693,7 @@ bool ResourceParser::ParseResource(xml::XmlPullParser* parser,

  // If the resource type was not recognized, write the error and return false.
  diag_->Error(DiagMessage(out_resource->source)
              << "unknown resource type '" << parser->element_name() << "'");
              << "unknown resource type '" << resource_type << "'");
  return false;
}