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>
This commit is contained in:
Bernhard Reutner-Fischer 2010-02-25 14:21:21 +01:00 committed by Richard Purdie
parent a7d5f73134
commit 9d9b47bae4
1 changed files with 1 additions and 1 deletions

View 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")