From: Andre McCurdy <armccurdy@gmail.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH] fetch2/local.py: fix first line indent of search path debug output
Date: Tue, 12 Aug 2014 16:41:48 -0700 [thread overview]
Message-ID: <1407886908-6918-1-git-send-email-armccurdy@gmail.com> (raw)
Make OE do_unpack logs slightly prettier.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
lib/bb/fetch2/local.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bb/fetch2/local.py b/lib/bb/fetch2/local.py
index 5c4e42a..6fa188f 100644
--- a/lib/bb/fetch2/local.py
+++ b/lib/bb/fetch2/local.py
@@ -56,7 +56,7 @@ class Local(FetchMethod):
if path[0] != "/":
filespath = data.getVar('FILESPATH', d, True)
if filespath:
- logger.debug(2, "Searching for %s in paths: \n%s" % (path, "\n ".join(filespath.split(":"))))
+ logger.debug(2, "Searching for %s in paths:\n %s" % (path, "\n ".join(filespath.split(":"))))
newpath = bb.utils.which(filespath, path)
if not newpath:
filesdir = data.getVar('FILESDIR', d, True)
--
1.8.1.2
reply other threads:[~2014-08-12 23:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1407886908-6918-1-git-send-email-armccurdy@gmail.com \
--to=armccurdy@gmail.com \
--cc=bitbake-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox