summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/fetch2/git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/git.py b/bitbake/lib/bb/fetch2/git.py
index 275536fc9f..26236b81bc 100644
--- a/bitbake/lib/bb/fetch2/git.py
+++ b/bitbake/lib/bb/fetch2/git.py
@@ -280,7 +280,7 @@ class Git(FetchMethod):
280 # Check if we have the rev already 280 # Check if we have the rev already
281 281
282 if not os.path.exists(ud.clonedir): 282 if not os.path.exists(ud.clonedir):
283 logger.debug("GIT repository for %s does not exist in %s. \ 283 logger.debug(1, "GIT repository for %s does not exist in %s. \
284 Downloading.", url, ud.clonedir) 284 Downloading.", url, ud.clonedir)
285 self.download(None, ud, d) 285 self.download(None, ud, d)
286 if not os.path.exists(ud.clonedir): 286 if not os.path.exists(ud.clonedir):