aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSansar Choinyambuu <schoinya@hsr.ch>2011-11-16 10:53:43 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-11-28 21:20:23 +0100
commit4beaa7ec7e7386ba0a484f3458d65544e9656ba2 (patch)
treecfcc9e58470f75a150d08f76af2cf2738720bc79 /src
parent8c1ff26015f90e5158d2775de218f758cf2bbdd8 (diff)
downloadstrongswan-4beaa7ec7e7386ba0a484f3458d65544e9656ba2.tar.bz2
strongswan-4beaa7ec7e7386ba0a484f3458d65544e9656ba2.tar.xz
Print matching measurements of a component just once
Diffstat (limited to 'src')
-rw-r--r--src/libimcv/plugins/imv_attestation/imv_attestation_process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libimcv/plugins/imv_attestation/imv_attestation_process.c b/src/libimcv/plugins/imv_attestation/imv_attestation_process.c
index 28b1c159b..03f1359ba 100644
--- a/src/libimcv/plugins/imv_attestation/imv_attestation_process.c
+++ b/src/libimcv/plugins/imv_attestation/imv_attestation_process.c
@@ -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);