aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake-dev
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-11-07 14:08:11 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-11-07 14:08:11 +0000
commitfc50fe5f2dbe58546fa80423186b27ab1bf7c4de (patch)
treef4586bf6b914b38b8a9b8ef3da9032106d8c4499 /bitbake-dev
parent826cd19f049ea3ed175def8684f58f239360284b (diff)
downloadopenembedded-core-contrib-fc50fe5f2dbe58546fa80423186b27ab1bf7c4de.tar.gz
bitbake-dev: Always include logs for now
Diffstat (limited to 'bitbake-dev')
-rw-r--r--bitbake-dev/lib/bb/ui/knotty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake-dev/lib/bb/ui/knotty.py b/bitbake-dev/lib/bb/ui/knotty.py
index 04c5e75af2..a6595df3f4 100644
--- a/bitbake-dev/lib/bb/ui/knotty.py
+++ b/bitbake-dev/lib/bb/ui/knotty.py
@@ -81,7 +81,7 @@ def init(server, eventHandler):
logfile = event[1]['logfile']
if logfile:
print "ERROR: Logfile of failure stored in %s." % logfile
- if includelogs:
+ if 1 or includelogs:
print "Log data follows:"
f = open(logfile, "r")
lines = []