aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-02-24 11:31:46 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-02-24 11:31:46 +0000
commit62200483d82d456a506255dab76d97ba233d1cb3 (patch)
treeff7570f62af64ff440397e0003be621227db7616
parent83ac72a4b90ea1333a1b6d7bafca1c7578e6e71e (diff)
downloadbitbake-62200483d82d456a506255dab76d97ba233d1cb3.tar.gz
cooker:Remove a debug message from the parsing loop to lower overhead
-rw-r--r--ChangeLog3
-rw-r--r--lib/bb/cooker.py2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3024b8bc3..08250b59e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -102,7 +102,8 @@ Changes in Bitbake 1.9.x:
- Fix getVarFlags bug in data_smart
- Optmise cache handling by more quickly detecting an invalid cache, only
saving the cache when its changed, moving the cache validity check into
- the parsing loop and factoring some getVar calls outside a for loop.
+ the parsing loop and factoring some getVar calls outside a for loop
+ - Cooker: Remove a debug message from the parsing loop to lower overhead
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series
diff --git a/lib/bb/cooker.py b/lib/bb/cooker.py
index 92a7af67b..4cd9c76c4 100644
--- a/lib/bb/cooker.py
+++ b/lib/bb/cooker.py
@@ -808,7 +808,7 @@ class BBCooker:
for i in xrange(total):
f = filelist[i]
- bb.msg.debug(1, bb.msg.domain.Collection, "parsing %s" % f)
+ #bb.msg.debug(1, bb.msg.domain.Collection, "parsing %s" % f)
# read a file's metadata
try: