* [PATCH] fetch2/local.py: fix first line indent of search path debug output
@ 2014-08-12 23:41 Andre McCurdy
0 siblings, 0 replies; only message in thread
From: Andre McCurdy @ 2014-08-12 23:41 UTC (permalink / raw)
To: bitbake-devel
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-08-12 23:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-12 23:41 [PATCH] fetch2/local.py: fix first line indent of search path debug output Andre McCurdy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox