builder: Add some spew when applying patches

This makes it easier to figure out what patch is broken
tingping/wmclass
Alexander Larsson 2016-12-12 17:20:36 +01:00
parent 69253de81a
commit 364def2135
1 changed files with 1 additions and 0 deletions

View File

@ -245,6 +245,7 @@ builder_source_patch_extract (BuilderSource *source,
if (patchfile == NULL)
return FALSE;
g_print ("Applying patch %s\n", self->path);
strip_components = g_strdup_printf ("-p%u", self->strip_components);
patch_path = g_file_get_path (patchfile);
if (!patch (dest, self->use_git, patch_path, self->options, error, strip_components, NULL))