All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fetch2/git: fix typo logggin/logger
@ 2011-09-16  7:11 Martin Jansa
  2011-09-16  7:34 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2011-09-16  7:11 UTC (permalink / raw)
  To: bitbake-devel

---
 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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fetch2/git: fix typo logggin/logger
  2011-09-16  7:11 [PATCH] fetch2/git: fix typo logggin/logger Martin Jansa
@ 2011-09-16  7:34 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2011-09-16  7:34 UTC (permalink / raw)
  To: bitbake-devel

[-- Attachment #1: Type: text/plain, Size: 953 bytes --]

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@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-16  7:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-16  7:11 [PATCH] fetch2/git: fix typo logggin/logger Martin Jansa
2011-09-16  7:34 ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.