From 1e6b6e5dbe2f4fa3f866c6e23aa62e8c23f0d725 Mon Sep 17 00:00:00 2001 From: Michael Pyne Date: Thu, 11 Jan 2018 19:46:21 -0500 Subject: [PATCH] Downgrade missing dependency warning. The warning here complains about conditions which are already pretty much fixed from outside of the kdesrc-build user population anyways. It's still something notable so instead of removing completely I downgrade it to a debugging message. BUG:388657 FIXED-IN:18.02 --- modules/ksb/DependencyResolver.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ksb/DependencyResolver.pm b/modules/ksb/DependencyResolver.pm index f87e8f2..4357c1c 100644 --- a/modules/ksb/DependencyResolver.pm +++ b/modules/ksb/DependencyResolver.pm @@ -440,7 +440,7 @@ sub _visitDependencyItemAndDependencies } if (!$subModule) { - whisper (" y[b[*] $item depends on $subItem, but no module builds $subItem for this run."); + debug (" y[b[*] $item depends on $subItem, but no module builds $subItem for this run."); _visitDependencyItemAndDependencies($optionsRef, $subItemName, $subItemBranch, $level + 1, $dependentName); } else {