Install dir creation message demoted to "debug" level (#27911)

This commit is contained in:
Harmen Stoppels 2021-12-13 11:45:31 +01:00 committed by GitHub
parent 7b9ce3a940
commit f6802b733a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1328,8 +1328,7 @@ def _setup_install_dir(self, pkg):
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