---
 lib/bb/fetch/git.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/bb/fetch/git.py b/lib/bb/fetch/git.py
index 96defef..d7bdadf 100644
--- a/lib/bb/fetch/git.py
+++ b/lib/bb/fetch/git.py
@@ -210,6 +210,6 @@ class Git(Fetch):
         os.chdir(cwd)
 
         buildindex = "%s" % output.split()[0]
-        bb.msg.debug(1, bb.msg.domain.Fetcher, "GIT repository for %s in %s is 
returning %s revisions in rev-list before %s" % (url, repodir, buildindex, rev))
+        bb.msg.debug(1, bb.msg.domain.Fetcher, "GIT repository for %s in %s is 
returning %s revisions in rev-list before %s" % (url, ud.clonedir, buildindex, 
rev))
         return buildindex        
 
-- 
1.6.6

_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev

Reply via email to