Print matching measurements of a component just once

This commit is contained in:
Sansar Choinyambuu 2011-11-16 10:53:43 +01:00 committed by Andreas Steffen
parent 8c1ff26015
commit 4beaa7ec7e
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ bool imv_attestation_process(pa_tnc_attr_t *attr, linked_list_t *attr_list,
else
{
DBG2(DBG_IMV, "Matching Functional Component Measurement:"
"%B, expected: %B", &measurement, &comp_hash);
"%B", &measurement);
}
}
enumerator->destroy(enumerator);