diff options
Diffstat (limited to 'bitbake/lib/bb')
-rw-r--r-- | bitbake/lib/bb/fetch2/git.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/git.py b/bitbake/lib/bb/fetch2/git.py index 9a578ae0be..275536fc9f 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 | logging.debug("GIT repository for %s does not exist in %s. \ | 283 | logger.debug("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): |