"No Spack mirror configured": demoted the warning to a debug message (#13082)
fixes #12010
This commit is contained in:
parent
b0bf528ab3
commit
acbb2af528
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ def get_specs(force=False):
|
|||
|
||||
mirrors = spack.config.get('mirrors')
|
||||
if len(mirrors) == 0:
|
||||
tty.warn("No Spack mirrors are currently configured")
|
||||
tty.debug("No Spack mirrors are currently configured")
|
||||
return {}
|
||||
|
||||
urls = set()
|
||||
|
|
Loading…
Reference in a new issue