diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-02-25 14:21:21 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-22 14:58:57 +0000 |
commit | 9d9b47bae4b880ec57eda0e647b1d24fbc3ba3cf (patch) | |
tree | 706f4f101d5085d1c4f3310da06363385736287a /bitbake/lib/bb | |
parent | a7d5f7313465c1a026a74cbb383bb7073ffffcc1 (diff) | |
download | poky-9d9b47bae4b880ec57eda0e647b1d24fbc3ba3cf.tar.gz |
knotty: tweak failure phrase
..to make copy and paste of the logfile easier.
(Bitbake rev: 446cc0cebd4daff7f849717f4cb89ac1b4c6b755)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Chris Larson <clarson@kergoth.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake/lib/bb')
-rw-r--r-- | bitbake/lib/bb/ui/knotty.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/knotty.py b/bitbake/lib/bb/ui/knotty.py index 7264c7916c..ed26bb2b4c 100644 --- a/bitbake/lib/bb/ui/knotty.py +++ b/bitbake/lib/bb/ui/knotty.py | |||
@@ -95,7 +95,7 @@ def init(server, eventHandler): | |||
95 | return_value = 1 | 95 | return_value = 1 |
96 | logfile = event.logfile | 96 | logfile = event.logfile |
97 | if logfile: | 97 | if logfile: |
98 | print "ERROR: Logfile of failure stored in %s." % logfile | 98 | print "ERROR: Logfile of failure stored in: %s" % logfile |
99 | if 1 or includelogs: | 99 | if 1 or includelogs: |
100 | print "Log data follows:" | 100 | print "Log data follows:" |
101 | f = open(logfile, "r") | 101 | f = open(logfile, "r") |