summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-06-01 09:45:18 +0100
committerRichard Hughes <richard@hughsie.com>2017-06-01 09:59:45 +0100
commit42bbad651fe0709d61f5bcae2bfddafa181bb290 (patch)
treef805dc658dbe148dbca292cc455bca37cf236118
parentcd78adfad03eb0d788f559909522d4a72351cb64 (diff)
downloadappstream-glib-42bbad651fe0709d61f5bcae2bfddafa181bb290.tar.gz
trivial: Fix a warning message to be more clear
-rw-r--r--libappstream-glib/as-app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-glib/as-app.c b/libappstream-glib/as-app.c
index 5ad2057..cde96a6 100644
--- a/libappstream-glib/as-app.c
+++ b/libappstream-glib/as-app.c
@@ -6043,7 +6043,7 @@ as_app_parse_appdata_file (AsApp *app,
g_set_error (error,
AS_APP_ERROR,
AS_APP_ERROR_INVALID_TYPE,
- "%s has an unrecognised contents",
+ "%s has no <component> node",
filename);
return FALSE;
}