Print matching measurements of a component just once
This commit is contained in:
committed by
Andreas Steffen
parent
8c1ff26015
commit
4beaa7ec7e
@@ -377,7 +377,7 @@ bool imv_attestation_process(pa_tnc_attr_t *attr, linked_list_t *attr_list,
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
DBG2(DBG_IMV, "Matching Functional Component Measurement:"
|
DBG2(DBG_IMV, "Matching Functional Component Measurement:"
|
||||||
"%B, expected: %B", &measurement, &comp_hash);
|
"%B", &measurement);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
enumerator->destroy(enumerator);
|
enumerator->destroy(enumerator);
|
||||||
|
|||||||
Reference in New Issue
Block a user