From c8a337b76ddaea24a1600ec4bc304f498829b455 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 20 Sep 2015 08:51:34 +0200 Subject: reproducible: improve job output --- bin/reproducible_scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 7cae8fcd..84cfd947 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -172,7 +172,7 @@ def update_sources(suite): sources = lzma.decompress(urlopen(remotefile).read()).decode('utf8') log.debug('\tdownloaded') for arch in ARCHS: - log.info('Updating sources for %s/%s...', suite, arch) + log.info('Updating sources db for %s/%s...', suite, arch) update_sources_db(suite, arch, sources) -- cgit v1.2.3-70-g09d2