[bitbake-devel] [PATCH] fetch2/git: fix typo logggin/logger

Martin Jansa martin.jansa at gmail.com
Fri Sep 16 07:34:56 UTC 2011


On Fri, Sep 16, 2011 at 09:11:55AM +0200, Martin Jansa wrote:
> ---

Ignore this one, will send it in pull-request with other 2 patches and
SOB line..


>  lib/bb/fetch2/git.py |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/lib/bb/fetch2/git.py b/lib/bb/fetch2/git.py
> index 9a578ae..26236b8 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(1, "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):
> -- 
> 1.7.6.1
> 

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20110916/2d81c976/attachment-0001.sig>


More information about the bitbake-devel mailing list