Remove unimportant message from excuses

Signed-off-by: Ivo De Decker <ivodd@debian.org>
This commit is contained in:
Ivo De Decker 2019-09-04 17:34:34 +02:00
parent 13b62f8da5
commit 4a3f98657d

View File

@ -945,7 +945,7 @@ class BuildDependsPolicy(BasePolicy):
if any_arch_ok:
arch = result_archs[bestresult][0]
excuse.addinfo("Checking %s on %s" % (dep_type.get_description(), arch))
excuse.add_detailed_info("Checking %s on %s" % (dep_type.get_description(), arch))
key = "check-%s-on-arch" % dep_type.get_reason()
build_deps_info[key] = arch
verdict = self._add_info_for_arch(