summaryrefslogtreecommitdiff
path: root/endless
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2016-07-21 17:37:06 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2016-07-21 17:37:06 +0100
commit2492a856261d275140f6affd4cb0c45367a87424 (patch)
tree4ba5808e441fdc85a90aa3ac61ad3dcd5a8303a4 /endless
parent02aed355c0736e517b8c6caf29f3cce1b153533d (diff)
Update the error message on missing resource URI
Reinstate the element number in the critical error message.
Diffstat (limited to 'endless')
-rw-r--r--endless/eosattribution.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/endless/eosattribution.c b/endless/eosattribution.c
index cf8a933..ca9be4c 100644
--- a/endless/eosattribution.c
+++ b/endless/eosattribution.c
@@ -536,7 +536,9 @@ eos_attribution_initable_init (GInitable *initable,
if (resource_path == NULL && thumb_uri == NULL)
{
- g_warning ("Image must have one of the following specified: resource_path, thumb_uri");
+ g_warning ("Image element %d must have one of the following "
+ "specified: resource_path, thumb_uri",
+ count);
continue;
}