Merge pull request #65 from matthiasclasen/builder-messages

Add another status message to flatpak-builder
tingping/wmclass
Alexander Larsson 2016-06-02 09:12:08 +02:00
commit d950ed338f
1 changed files with 1 additions and 0 deletions

View File

@ -1504,6 +1504,7 @@ builder_manifest_cleanup (BuilderManifest *self,
gsize desktop_size;
g_auto(GStrv) desktop_keys = NULL;
g_print ("Rewriting contents of %s\n", desktop_basename);
if (!g_file_load_contents (desktop, NULL,
&desktop_contents, &desktop_size, NULL, error))
{