From f6802b733a8889e73edeaa6c80d2077ee86bc490 Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Mon, 13 Dec 2021 11:45:31 +0100 Subject: Install dir creation message demoted to "debug" level (#27911) --- lib/spack/spack/installer.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/spack/spack/installer.py b/lib/spack/spack/installer.py index 010632076c..196858830a 100644 --- a/lib/spack/spack/installer.py +++ b/lib/spack/spack/installer.py @@ -1328,8 +1328,7 @@ class PackageInstaller(object): pkg (spack.package.Package): the package to be built and installed """ if not os.path.exists(pkg.spec.prefix): - tty.verbose('Creating the installation directory {0}' - .format(pkg.spec.prefix)) + tty.debug('Creating the installation directory {0}'.format(pkg.spec.prefix)) spack.store.layout.create_install_directory(pkg.spec) else: # Set the proper group for the prefix -- cgit v1.2.3-70-g09d2