git.py: Fix logging vs logger typo

(Bitbake rev: 1043bbcd095314e717b372ed69ea6ee5b8a06573)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-09-17 12:11:04 +01:00
parent dfc13c9ae7
commit 92518c5017
1 changed files with 1 additions and 1 deletions

View File

@ -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):