mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-08 15:32:32 +00:00
xml-formatter: Minor debug enhancement
This commit is contained in:
parent
62dba13ccf
commit
d9f457c578
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ _parse_project (GMarkupParseContext * context, const gchar * element_name,
|
||||||
if (g_strcmp0 (element_name, "project")) {
|
if (g_strcmp0 (element_name, "project")) {
|
||||||
g_set_error (error, G_MARKUP_ERROR,
|
g_set_error (error, G_MARKUP_ERROR,
|
||||||
G_MARKUP_ERROR_INVALID_CONTENT,
|
G_MARKUP_ERROR_INVALID_CONTENT,
|
||||||
"element '%s', Missing project element'", element_name);
|
"Found element '%s', Missing '<project>' element'", element_name);
|
||||||
} else {
|
} else {
|
||||||
priv->project_opened = TRUE;
|
priv->project_opened = TRUE;
|
||||||
if (!g_markup_collect_attributes (element_name, attribute_names,
|
if (!g_markup_collect_attributes (element_name, attribute_names,
|
||||||
|
|
Loading…
Reference in a new issue