builder: Add more headers around the spew for each new module

tingping/wmclass
Alexander Larsson 2015-11-27 09:37:40 +01:00
parent 56652c9ea1
commit 2e0f34c435
1 changed files with 2 additions and 0 deletions

View File

@ -562,7 +562,9 @@ builder_module_build (BuilderModule *self,
source_dir = g_file_new_for_path (source_dir_path);
g_print ("========================================================================\n");
g_print ("Building module %s in %s\n", self->name, source_dir_path);
g_print ("========================================================================\n");
if (!builder_module_extract_sources (self, source_dir, context, error))
return FALSE;