summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch/local.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/fetch/local.py')
-rw-r--r--lib/bb/fetch/local.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/fetch/local.py b/lib/bb/fetch/local.py
index 882a2c460..6aa9e4576 100644
--- a/lib/bb/fetch/local.py
+++ b/lib/bb/fetch/local.py
@@ -66,7 +66,7 @@ class Local(Fetch):
Check the status of the url
"""
if urldata.localpath.find("*") != -1:
- bb.msg.note(1, bb.msg.domain.Fetcher, "URL %s looks like a glob and was therefore not checked." % url)
+ logger.info("URL %s looks like a glob and was therefore not checked.", url)
return True
if os.path.exists(urldata.localpath):
return True