summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch/repo.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/fetch/repo.py')
-rw-r--r--lib/bb/fetch/repo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/fetch/repo.py b/lib/bb/fetch/repo.py
index 883310b01..479479681 100644
--- a/lib/bb/fetch/repo.py
+++ b/lib/bb/fetch/repo.py
@@ -72,7 +72,7 @@ class Repo(Fetch):
"""Fetch url"""
if os.access(os.path.join(data.getVar("DL_DIR", d, True), ud.localfile), os.R_OK):
- bb.msg.debug(1, bb.msg.domain.Fetcher, "%s already exists (or was stashed). Skipping repo init / sync." % ud.localpath)
+ logger.debug(1, "%s already exists (or was stashed). Skipping repo init / sync.", ud.localpath)
return
gitsrcname = "%s%s" % (ud.host, ud.path.replace("/", "."))