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

Commit dd3a1e6f 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

am: b505cc84

Change-Id: Ic37dae007a1df9278b390b3eb9ab5891767a387a
parents 8970db5d b505cc84
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;
}