From 681a7b8cd7f227838f9acad2f0cf7b293dbe9a5a Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Tue, 8 Sep 2015 21:44:41 +0200 Subject: [PATCH] Log when compiling Installability tester Signed-off-by: Niels Thykier --- britney.py | 1 + 1 file changed, 1 insertion(+) diff --git a/britney.py b/britney.py index f74fd81..c381466 100755 --- a/britney.py +++ b/britney.py @@ -292,6 +292,7 @@ class Britney(object): self._check_mismatches(arch) + self.__log("Compiling Installability tester", type="I") self._build_installability_tester(self.options.architectures) if not self.options.nuninst_cache: