mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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:
committed by
Richard Purdie
parent
a7d5f73134
commit
9d9b47bae4
@@ -95,7 +95,7 @@ def init(server, eventHandler):
|
|||||||
return_value = 1
|
return_value = 1
|
||||||
logfile = event.logfile
|
logfile = event.logfile
|
||||||
if 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:
|
if 1 or includelogs:
|
||||||
print "Log data follows:"
|
print "Log data follows:"
|
||||||
f = open(logfile, "r")
|
f = open(logfile, "r")
|
||||||
|
|||||||
Reference in New Issue
Block a user