summaryrefslogtreecommitdiffstats
path: root/classes/seppuku.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/seppuku.bbclass')
-rw-r--r--classes/seppuku.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/seppuku.bbclass b/classes/seppuku.bbclass
index c6cde6e4d4..e158339ad8 100644
--- a/classes/seppuku.bbclass
+++ b/classes/seppuku.bbclass
@@ -334,7 +334,7 @@ python seppuku_eventhandler() {
"pv" : bb.data.getVar("PV", data, True),
}
log_file = glob.glob("%s/log.%s.*" % (bb.data.getVar('T', event.data, True), event.task))
- text = "The %s step failed at %s for machine %s" % (e.task, bb.data.getVar('DATETIME', data, True), bb.data.getVar( 'MACHINE', data, True ) )
+ text = "The %s step in %s failed at %s for machine %s" % (e.task, bb.data.getVar("PN", data, True), bb.data.getVar('DATETIME', data, True), bb.data.getVar( 'MACHINE', data, True ) )
if len(log_file) != 0:
print >> debug_file, "Adding log file %s" % log_file[0]
file = open(log_file[0], 'r')