xml-formatter: Minor debug enhancement

This commit is contained in:
Thibault Saunier 2019-01-18 17:12:42 -03:00 committed by Mathieu Duponchelle
parent 62dba13ccf
commit d9f457c578

View file

@ -124,7 +124,7 @@ _parse_project (GMarkupParseContext * context, const gchar * element_name,
if (g_strcmp0 (element_name, "project")) {
g_set_error (error, G_MARKUP_ERROR,
G_MARKUP_ERROR_INVALID_CONTENT,
"element '%s', Missing project element'", element_name);
"Found element '%s', Missing '<project>' element'", element_name);
} else {
priv->project_opened = TRUE;
if (!g_markup_collect_attributes (element_name, attribute_names,