summaryrefslogtreecommitdiffstats
path: root/lib/bb/ui/knotty.py
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-02-25 14:21:21 +0100
committerChris Larson <clarson@kergoth.com>2010-02-25 07:08:47 -0700
commit446cc0cebd4daff7f849717f4cb89ac1b4c6b755 (patch)
tree96e9b2bb2f2f9c070ad27fdba7d3ffb301359be3 /lib/bb/ui/knotty.py
parent0bbcbe3548f39ca46c5aa3bf1a8681026e51cbf0 (diff)
downloadbitbake-446cc0cebd4daff7f849717f4cb89ac1b4c6b755.tar.gz
knotty: tweak failure phrase
..to make copy and paste of the logfile easier. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Chris Larson <clarson@kergoth.com>
Diffstat (limited to 'lib/bb/ui/knotty.py')
-rw-r--r--lib/bb/ui/knotty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/ui/knotty.py b/lib/bb/ui/knotty.py
index 7264c7916..ed26bb2b4 100644
--- a/lib/bb/ui/knotty.py
+++ b/lib/bb/ui/knotty.py
@@ -95,7 +95,7 @@ def init(server, eventHandler):
return_value = 1
logfile = event.logfile
if logfile:
- print "ERROR: Logfile of failure stored in %s." % logfile
+ print "ERROR: Logfile of failure stored in: %s" % logfile
if 1 or includelogs:
print "Log data follows:"
f = open(logfile, "r")