Skip to content

Commit

Permalink
switch info to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwparent committed Apr 29, 2024
1 parent 6affea2 commit 3636bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spack/spack/solver/asp.py
Expand Up @@ -818,7 +818,7 @@ def solve(self, setup, specs, reuse=None, output=None, control=None, allow_depre
# needs to modify active config scope, so cannot be run within
# bootstrap config scope
if sys.platform == "win32":
tty.info("Ensuring basic dependencies {win-sdk, wgl} available")
tty.debug("Ensuring basic dependencies {win-sdk, wgl} available")
spack.bootstrap.core.ensure_winsdk_external_or_raise()

timer.start("setup")
Expand Down

0 comments on commit 3636bd5

Please sign in to comment.