diff --git a/source/dub/generators/generator.d b/source/dub/generators/generator.d index eb7babc..349a51e 100644 --- a/source/dub/generators/generator.d +++ b/source/dub/generators/generator.d @@ -167,7 +167,7 @@ foreach (d; ti.dependencies) packs ~= downwardsInheritSettings(d, targets, root_settings); - logInfo("%s: %s", target, packs); + logDebug("%s: %s", target, packs); // Add Have_* versions *after* downwards inheritance, so that dependencies // are build independently of the parent packages w.r.t the other parent