[gnome-software] 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] trivial: Fix up an error message to make sense
- Date: Tue, 1 Apr 2014 08:36:10 +0000 (UTC)
commit 9a1cbe5df96727b979d2fd49030b87a1c0db2e9c
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]