summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-17 12:11:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-17 12:11:18 +0100
commit92518c5017945d29099b029a7c2bf80261287d6e (patch)
treef623aa1563b16c3150cc75300687885df413d615 /bitbake/lib
parentdfc13c9ae719ccbcf048c1d5e7cdb7bd6978137d (diff)
downloadast2050-yocto-poky-92518c5017945d29099b029a7c2bf80261287d6e.zip
ast2050-yocto-poky-92518c5017945d29099b029a7c2bf80261287d6e.tar.gz
git.py: Fix logging vs logger typo
(Bitbake rev: 1043bbcd095314e717b372ed69ea6ee5b8a06573) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
-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 9a578ae..275536f 100644
--- a/bitbake/lib/bb/fetch2/git.py
+++ b/bitbake/lib/bb/fetch2/git.py
@@ -280,7 +280,7 @@ class Git(FetchMethod):
# Check if we have the rev already
if not os.path.exists(ud.clonedir):
- logging.debug("GIT repository for %s does not exist in %s. \
+ logger.debug("GIT repository for %s does not exist in %s. \
Downloading.", url, ud.clonedir)
self.download(None, ud, d)
if not os.path.exists(ud.clonedir):
OpenPOWER on IntegriCloud