]> code.ossystems Code Review - openembedded-core.git/commitdiff
knotty: tweak failure phrase
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 25 Feb 2010 13:21:21 +0000 (14:21 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 22 Mar 2010 14:58:57 +0000 (14:58 +0000)
..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>
bitbake/lib/bb/ui/knotty.py

index 7264c7916c82890c2a86b22bfee7a6a03a4fca6d..ed26bb2b4c3d7e06ebb285978db8e3742b35c5ee 100644 (file)
@@ -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")