summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/fetch/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch/__init__.py b/bitbake/lib/bb/fetch/__init__.py
index b42bcf439c..cedf839860 100644
--- a/bitbake/lib/bb/fetch/__init__.py
+++ b/bitbake/lib/bb/fetch/__init__.py
@@ -232,7 +232,7 @@ def checkstatus(d):
232 ret = try_mirrors (d, u, mirrors, True) 232 ret = try_mirrors (d, u, mirrors, True)
233 233
234 if not ret: 234 if not ret:
235 bb.msg.fatal(bb.msg.domain.Fetcher, "URL %s doesn't work" % u) 235 bb.msg.error(bb.msg.domain.Fetcher, "URL %s doesn't work" % u)
236 236
237def localpaths(d): 237def localpaths(d):
238 """ 238 """