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