builder: Add some spew when downloading files

tingping/wmclass
Alexander Larsson 2016-01-14 16:44:18 +01:00
parent 78601a42ce
commit 93e8d8bd78
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ builder_source_archive_download (BuilderSource *source,
if (g_file_query_exists (file, NULL))
return TRUE;
g_print ("Downloading %s\n", self->url);
content = download_uri (self->url,
context,
error);