[gnome-software/gnome-3-32] trivial: Print debugging when the application remains a generic component
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/gnome-3-32] trivial: Print debugging when the application remains a generic component
- Date: Mon, 15 Jul 2019 11:08:09 +0000 (UTC)
commit 4180731ed27475106fd1949efc53b454f62c225c
Author: Richard Hughes <richard hughsie com>
Date: Sun Jul 14 18:40:24 2019 +0100
trivial: Print debugging when the application remains a generic component
This happened with Audacity recently (AppData bug), and it's almost impossible
to see from the debug log.
lib/gs-plugin-loader.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lib/gs-plugin-loader.c b/lib/gs-plugin-loader.c
index aa775e9e..39f61fa0 100644
--- a/lib/gs-plugin-loader.c
+++ b/lib/gs-plugin-loader.c
@@ -1252,9 +1252,9 @@ gs_plugin_loader_app_is_valid (GsApp *app, gpointer user_data)
if (!gs_plugin_job_has_refine_flags (helper->plugin_job,
GS_PLUGIN_REFINE_FLAGS_ALLOW_PACKAGES) &&
(gs_app_get_kind (app) == AS_APP_KIND_GENERIC)) {
-// g_debug ("app invalid as only a %s: %s",
-// as_app_kind_to_string (gs_app_get_kind (app)),
-// gs_plugin_loader_get_app_str (app));
+ g_debug ("app invalid as only a %s: %s",
+ as_app_kind_to_string (gs_app_get_kind (app)),
+ gs_plugin_loader_get_app_str (app));
return FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]