summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2021-12-13 11:45:31 +0100
committerGitHub <noreply@github.com>2021-12-13 11:45:31 +0100
commitf6802b733a8889e73edeaa6c80d2077ee86bc490 (patch)
tree325f7ff6378b86f24c5844326003beb8233e2080 /lib
parent7b9ce3a9407468cc49a1982039f28768b4b364d4 (diff)
downloadspack-f6802b733a8889e73edeaa6c80d2077ee86bc490.tar.gz
spack-f6802b733a8889e73edeaa6c80d2077ee86bc490.tar.bz2
spack-f6802b733a8889e73edeaa6c80d2077ee86bc490.tar.xz
spack-f6802b733a8889e73edeaa6c80d2077ee86bc490.zip
Install dir creation message demoted to "debug" level (#27911)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/installer.py3
1 files changed, 1 insertions, 2 deletions
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