summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2021-12-13 11:45:31 +0100
committerMassimiliano Culpo <massimiliano.culpo@gmail.com>2021-12-23 16:02:09 +0100
commit20ad47f9e19e7650491a43aa4376d2b7095eba10 (patch)
tree246637606248e71fe55f56aa66a8c549b79545d8
parent7e5de95a3025237247fda6552eea24cd406a1ded (diff)
downloadspack-20ad47f9e19e7650491a43aa4376d2b7095eba10.tar.gz
spack-20ad47f9e19e7650491a43aa4376d2b7095eba10.tar.bz2
spack-20ad47f9e19e7650491a43aa4376d2b7095eba10.tar.xz
spack-20ad47f9e19e7650491a43aa4376d2b7095eba10.zip
Install dir creation message demoted to "debug" level (#27911)
-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