aboutsummaryrefslogtreecommitdiffstats
path: root/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-19 05:56:12 +0100
commit38a598731b49c8a0ba0ede570adc33eb1e848235 (patch)
treef9b510efdd9333b5b7abfcf87dbee933331fc5c2 /lib
parent224db31c46f5e91ced0e509c5fc564baaffa7b27 (diff)
downloadbitbake-38a598731b49c8a0ba0ede570adc33eb1e848235.tar.gz
git.py: Fix logging vs logger typo
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/bb/fetch2/git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/fetch2/git.py b/lib/bb/fetch2/git.py
index 9a578ae0b..275536fc9 100644
--- a/lib/bb/fetch2/git.py
+++ b/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):