summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/wget.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/wget.py')
-rw-r--r--bitbake/lib/bb/fetch2/wget.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/wget.py b/bitbake/lib/bb/fetch2/wget.py
index dc88317610..dc025800e6 100644
--- a/bitbake/lib/bb/fetch2/wget.py
+++ b/bitbake/lib/bb/fetch2/wget.py
@@ -375,7 +375,7 @@ class Wget(FetchMethod):
375 return self.checkstatus(fetch, ud, d, False) 375 return self.checkstatus(fetch, ud, d, False)
376 else: 376 else:
377 # debug for now to avoid spamming the logs in e.g. remote sstate searches 377 # debug for now to avoid spamming the logs in e.g. remote sstate searches
378 logger.debug2("checkstatus() urlopen failed: %s" % e) 378 logger.debug2("checkstatus() urlopen failed for %s: %s" % (uri,e))
379 return False 379 return False
380 380
381 return True 381 return True