summaryrefslogtreecommitdiffstats
path: root/lib/bb/parse/__init__.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-11 13:05:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-11 13:15:07 +0100
commit633a56987df639295fe9128418da5634050063e5 (patch)
tree2f4dd6b2b70086b3ebb74df9f09a81ecc6d15229 /lib/bb/parse/__init__.py
parent20a3c93d8572969e76563f29bff89400b93ffae7 (diff)
downloadbitbake-contrib-633a56987df639295fe9128418da5634050063e5.tar.gz
parse: Improve file inheritance logging
The file inheritance logging has been here since the dawn of time. It duplicates output many times over and logs to debug level 2. When running with the debug option, its understandable the user may want to see the paths of files included in the build. These changes remove pointless/duplicate output and print the include paths clearly at debug level one in a form which users should be able to more easily parse. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/parse/__init__.py')
-rw-r--r--lib/bb/parse/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bb/parse/__init__.py b/lib/bb/parse/__init__.py
index e4a44dda1..bf5ed05e7 100644
--- a/lib/bb/parse/__init__.py
+++ b/lib/bb/parse/__init__.py
@@ -121,7 +121,6 @@ def resolve_file(fn, d):
if not os.path.isfile(fn):
raise IOError("file %s not found" % fn)
- logger.debug(2, "LOAD %s", fn)
return fn
# Used by OpenEmbedded metadata