aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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");