summaryrefslogtreecommitdiffstats
path: root/make/df-verify.py
diff options
context:
space:
mode:
authorKonaBlend <[email protected]>2015-10-29 19:08:32 -0400
committerBradley Sepos <[email protected]>2016-05-25 15:45:04 -0400
commit4de3e38af5e5bf57d59984eef6a67a76bad1831f (patch)
treec8b7209126906c8b3cc54c44c07f393cee50cd5a /make/df-verify.py
parent8a3e309341dfe95601d4e4a42045f4cafa77c11c (diff)
Build: add configure --df-exhaust-url
Specifying this option will cause fetching to run through all active URLs. Decent way to test all URLs.
Diffstat (limited to 'make/df-verify.py')
-rw-r--r--make/df-verify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/df-verify.py b/make/df-verify.py
index 2d56afaa5..adeb9af78 100644
--- a/make/df-verify.py
+++ b/make/df-verify.py
@@ -62,7 +62,7 @@ class Tool(hb_distfile.Tool):
def _run(self, error):
if self.options.disable:
- self.infof('%s disabled; stop.\n' % self.name)
+ self.infof('%s disabled; nothing to do.\n' % self.name)
sys.exit(0)
if len(self.args) != 1:
self.parser.print_usage()