Install dir creation message demoted to "debug" level (#27911)
This commit is contained in:
parent
7b9ce3a940
commit
f6802b733a
@ -1328,8 +1328,7 @@ def _setup_install_dir(self, pkg):
|
|||||||
pkg (spack.package.Package): the package to be built and installed
|
pkg (spack.package.Package): the package to be built and installed
|
||||||
"""
|
"""
|
||||||
if not os.path.exists(pkg.spec.prefix):
|
if not os.path.exists(pkg.spec.prefix):
|
||||||
tty.verbose('Creating the installation directory {0}'
|
tty.debug('Creating the installation directory {0}'.format(pkg.spec.prefix))
|
||||||
.format(pkg.spec.prefix))
|
|
||||||
spack.store.layout.create_install_directory(pkg.spec)
|
spack.store.layout.create_install_directory(pkg.spec)
|
||||||
else:
|
else:
|
||||||
# Set the proper group for the prefix
|
# Set the proper group for the prefix
|
||||||
|
Loading…
Reference in New Issue
Block a user