minor fixes in attest

This commit is contained in:
Andreas Steffen
2012-07-18 11:33:59 +02:00
parent 8217c099ce
commit 4d4a09ab09
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
/**
* global debug output variables
*/
static int debug_level = 2;
static int debug_level = 1;
static bool stderr_quiet = TRUE;
/**
@@ -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");