[gnome-software/wip/hughsie/fix-xdg-app: 1/2] trivial: Remove left-over warning when getting reviews
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/hughsie/fix-xdg-app: 1/2] trivial: Remove left-over warning when getting reviews
- Date: Wed, 10 Feb 2016 14:48:39 +0000 (UTC)
commit 463b998a5eeafd7e674726a95cdbfc5e4c43e105
Author: Richard Hughes <richard hughsie com>
Date: Wed Feb 10 14:47:42 2016 +0000
trivial: Remove left-over warning when getting reviews
src/plugins/gs-plugin-xdg-app-reviews.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/gs-plugin-xdg-app-reviews.c b/src/plugins/gs-plugin-xdg-app-reviews.c
index 48b9b68..8d2ea1c 100644
--- a/src/plugins/gs-plugin-xdg-app-reviews.c
+++ b/src/plugins/gs-plugin-xdg-app-reviews.c
@@ -492,7 +492,7 @@ xdg_app_review_get_ratings (GsPlugin *plugin, GsApp *app, GError **error)
"status code invalid");
return NULL;
}
- g_warning ("xdg-app-review returned: %s", msg->response_body->data);
+ g_debug ("xdg-app-review returned: %s", msg->response_body->data);
ratings = xdg_app_review_parse_ratings (msg->response_body->data,
msg->response_body->length,
error);
@@ -734,7 +734,7 @@ gs_plugin_refine (GsPlugin *plugin,
if (!gs_plugin_refine_ratings (plugin, app,
cancellable,
&error_local)) {
- g_warning ("Failed to get reviews: %s",
+ g_warning ("Failed to get ratings: %s",
error_local->message);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]