diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-11-07 14:08:11 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-11-07 14:08:11 +0000 |
commit | fc50fe5f2dbe58546fa80423186b27ab1bf7c4de (patch) | |
tree | f4586bf6b914b38b8a9b8ef3da9032106d8c4499 | |
parent | 826cd19f049ea3ed175def8684f58f239360284b (diff) | |
download | poky-fc50fe5f2dbe58546fa80423186b27ab1bf7c4de.tar.gz |
bitbake-dev: Always include logs for now
-rw-r--r-- | bitbake-dev/lib/bb/ui/knotty.py | 2 |
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): | |||
81 | logfile = event[1]['logfile'] | 81 | logfile = event[1]['logfile'] |
82 | if logfile: | 82 | if logfile: |
83 | print "ERROR: Logfile of failure stored in %s." % logfile | 83 | print "ERROR: Logfile of failure stored in %s." % logfile |
84 | if includelogs: | 84 | if 1 or includelogs: |
85 | print "Log data follows:" | 85 | print "Log data follows:" |
86 | f = open(logfile, "r") | 86 | f = open(logfile, "r") |
87 | lines = [] | 87 | lines = [] |