diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-22 14:31:18 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-22 14:48:54 +0100 |
commit | 535a77a9b681423e2f10744aca54858c25a03cb0 (patch) | |
tree | 76aadfa97ce7bb06ccacd1822c8f688e19eb37a5 /bitbake/lib/bb/fetch | |
parent | 3f599b3f6a47286277cdaa8503f8a8da024eadd4 (diff) | |
download | poky-535a77a9b681423e2f10744aca54858c25a03cb0.tar.gz |
bitbake/fetch: Make URL checking slightly less verbose (distracting with the sstate code)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake/lib/bb/fetch')
-rw-r--r-- | bitbake/lib/bb/fetch/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch/__init__.py b/bitbake/lib/bb/fetch/__init__.py index 5fcb9b83e2..9e425cb785 100644 --- a/bitbake/lib/bb/fetch/__init__.py +++ b/bitbake/lib/bb/fetch/__init__.py | |||
@@ -287,7 +287,7 @@ def checkstatus(d): | |||
287 | for u in urldata: | 287 | for u in urldata: |
288 | ud = urldata[u] | 288 | ud = urldata[u] |
289 | m = ud.method | 289 | m = ud.method |
290 | bb.msg.note(1, bb.msg.domain.Fetcher, "Testing URL %s" % u) | 290 | bb.msg.debug(1, bb.msg.domain.Fetcher, "Testing URL %s" % u) |
291 | # First try checking uri, u, from PREMIRRORS | 291 | # First try checking uri, u, from PREMIRRORS |
292 | mirrors = mirror_from_string(bb.data.getVar('PREMIRRORS', d, True)) | 292 | mirrors = mirror_from_string(bb.data.getVar('PREMIRRORS', d, True)) |
293 | ret = try_mirrors(d, u, mirrors, True) | 293 | ret = try_mirrors(d, u, mirrors, True) |