ecos: include variant and benchmark in job info

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1939 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hsc
2012-11-20 15:01:40 +00:00
parent 20fc14e6b3
commit 041746741d

View File

@ -280,7 +280,8 @@ bool EcosKernelTestExperiment::faultInjection() {
// 8 results in one job
EcosKernelTestProtoMsg_Result *result = param.msg.add_result();
result->set_bit_offset(bit_offset);
log << dec << "job " << id << " instr " << instr_offset
log << dec << "job " << id << " " << m_variant << "/" << m_benchmark
<< " instr " << instr_offset
<< " mem " << mem_addr << "+" << bit_offset << endl;
log << "restoring state" << endl;