[gnome-software] trivial: Show some debugging when selecting apps
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Show some debugging when selecting apps
- Date: Thu, 19 Sep 2013 10:32:01 +0000 (UTC)
commit e84990143af2a0e84d020036e208f744227bb3ed
Author: Richard Hughes <richard hughsie com>
Date: Thu Sep 19 11:30:16 2013 +0100
trivial: Show some debugging when selecting apps
This really makes working out what application to blacklist much easier.
src/gs-shell-details.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-shell-details.c b/src/gs-shell-details.c
index 852ec13..89dcb6c 100644
--- a/src/gs-shell-details.c
+++ b/src/gs-shell-details.c
@@ -189,6 +189,11 @@ gs_shell_details_set_app (GsShellDetails *shell_details, GsApp *app)
GPtrArray *history;
GsShellDetailsPrivate *priv = shell_details->priv;
+ /* show some debugging */
+ g_debug ("Show application '%s' from source '%s'",
+ gs_app_get_id (app),
+ gs_app_get_source (app));
+
/* save app */
if (priv->app != NULL)
g_object_unref (priv->app);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]