aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2012-07-18 11:32:24 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2012-07-18 11:33:59 +0200
commit4d4a09ab09320fda790678e99f720f648ba2cdf1 (patch)
treec840fd789d75433c82a2c6182e67a697ed073e98 /src
parent8217c099cedae0617cb56eda728ab485dcb16838 (diff)
downloadstrongswan-4d4a09ab09320fda790678e99f720f648ba2cdf1.tar.bz2
strongswan-4d4a09ab09320fda790678e99f720f648ba2cdf1.tar.xz
minor fixes in attest
Diffstat (limited to 'src')
-rw-r--r--src/libpts/plugins/imv_attestation/attest.c2
-rw-r--r--src/libpts/plugins/imv_attestation/attest_db.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libpts/plugins/imv_attestation/attest.c b/src/libpts/plugins/imv_attestation/attest.c
index 425dc0510..8ab7a2a8a 100644
--- a/src/libpts/plugins/imv_attestation/attest.c
+++ b/src/libpts/plugins/imv_attestation/attest.c
@@ -34,7 +34,7 @@
/**
* global debug output variables
*/
-static int debug_level = 2;
+static int debug_level = 1;
static bool stderr_quiet = TRUE;
/**
diff --git a/src/libpts/plugins/imv_attestation/attest_db.c b/src/libpts/plugins/imv_attestation/attest_db.c
index b345fc05e..ebd660600 100644
--- a/src/libpts/plugins/imv_attestation/attest_db.c
+++ b/src/libpts/plugins/imv_attestation/attest_db.c
@@ -1233,7 +1233,7 @@ METHOD(attest_db_t, add, bool,
files_added, hashes_added);
if (ima)
{
- printf(" , %d new ima hashes");
+ printf(" , %d new ima hashes", ima_hashes_added);
hasher->destroy(hasher);
}
printf("\n");