[recipes] Add a debug message



commit a70cc339375787c0ccc979291dc2c06c0a193841
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Mar 4 11:49:27 2017 -0500

    Add a debug message
    
    Spell out where we are loading release notes from.

 src/gr-appdata.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gr-appdata.c b/src/gr-appdata.c
index af8b373..4cc3a69 100644
--- a/src/gr-appdata.c
+++ b/src/gr-appdata.c
@@ -260,5 +260,7 @@ get_release_info (const char *new_version,
 
         file = g_build_filename (DATADIR, "appdata", "org.gnome.Recipes.appdata.xml", NULL);
 
+        g_message ("Loading release information for version %s to %s from %s", old_version, new_version, 
file);
+
         return parse_appdata (file, new_version, old_version);
 }


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