[gnome-software/gnome-3-22] trivial: Mute some overzealous debugging output
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/gnome-3-22] trivial: Mute some overzealous debugging output
- Date: Tue, 20 Sep 2016 14:13:26 +0000 (UTC)
commit abb977c4705a7c9f463ddadb011681e9d8728ea1
Author: Richard Hughes <richard hughsie com>
Date: Fri Sep 16 09:36:02 2016 +0100
trivial: Mute some overzealous debugging output
src/plugins/gs-appstream.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/src/plugins/gs-appstream.c b/src/plugins/gs-appstream.c
index fb86b03..ff8fb02 100644
--- a/src/plugins/gs-appstream.c
+++ b/src/plugins/gs-appstream.c
@@ -359,12 +359,8 @@ gs_appstream_refine_app_updates (GsPlugin *plugin,
g_autoptr(GPtrArray) updates_list = NULL;
/* not enough data to make sense */
- if (gs_app_get_version (app) == NULL) {
- g_debug ("no installed version for %s, "
- "so unable to add AppStream releases",
- gs_app_get_id (app));
+ if (gs_app_get_version (app) == NULL)
return TRUE;
- }
/* make a list of valid updates */
updates_list = g_ptr_array_new ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]