[gnome-software] flatpak: Add some more useful information in the debugging message



commit bd00ff4c26bbbb5ece79e43e80590b0cff4ebbad
Author: Richard Hughes <richard hughsie com>
Date:   Wed Jun 14 17:06:36 2017 +0100

    flatpak: Add some more useful information in the debugging message

 plugins/flatpak/gs-flatpak.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/plugins/flatpak/gs-flatpak.c b/plugins/flatpak/gs-flatpak.c
index 383f483..9b27911 100644
--- a/plugins/flatpak/gs-flatpak.c
+++ b/plugins/flatpak/gs-flatpak.c
@@ -2597,7 +2597,8 @@ gs_flatpak_app_install (GsFlatpak *self,
                                gs_utils_error_add_unique_id (error, runtime);
                                return FALSE;
                        }
-                       g_debug ("runtime not available, so using %s", tmp);
+                       g_debug ("runtime %s not available, so installing RuntimeRepo %s",
+                                gs_app_get_unique_id (runtime), tmp);
 
                        /* download file */
                        cache_basename = g_path_get_basename (tmp);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]