[gnome-software/gnome-3-12] trivial: Fix up an error message to make sense
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/gnome-3-12] trivial: Fix up an error message to make sense
- Date: Thu, 3 Apr 2014 22:51:16 +0000 (UTC)
commit 09a0496e3e2d432cc115e52bf8ae82315a71b280
Author: Richard Hughes <richard hughsie com>
Date: Tue Apr 1 09:36:02 2014 +0100
trivial: Fix up an error message to make sense
src/plugins/gs-plugin-epiphany.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/gs-plugin-epiphany.c b/src/plugins/gs-plugin-epiphany.c
index 692699f..eaa9d1e 100644
--- a/src/plugins/gs-plugin-epiphany.c
+++ b/src/plugins/gs-plugin-epiphany.c
@@ -563,8 +563,8 @@ gs_plugin_epiphany_download (GsPlugin *plugin, const gchar *uri, const gchar *fi
g_set_error (error,
GS_PLUGIN_ERROR,
GS_PLUGIN_ERROR_FAILED,
- "Failed to set rating on fedora-tagger: %s",
- soup_status_get_phrase (status_code));
+ "Failed to download icon %s: %s",
+ uri, soup_status_get_phrase (status_code));
goto out;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]