"No Spack mirror configured": demoted the warning to a debug message (#13082)

fixes #12010
This commit is contained in:
Massimiliano Culpo 2019-10-09 14:13:37 +02:00 committed by Patrick Gartung
parent b0bf528ab3
commit acbb2af528

View file

@ -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()