minor fixes in attest
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
/**
|
/**
|
||||||
* global debug output variables
|
* global debug output variables
|
||||||
*/
|
*/
|
||||||
static int debug_level = 2;
|
static int debug_level = 1;
|
||||||
static bool stderr_quiet = TRUE;
|
static bool stderr_quiet = TRUE;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1233,7 +1233,7 @@ METHOD(attest_db_t, add, bool,
|
|||||||
files_added, hashes_added);
|
files_added, hashes_added);
|
||||||
if (ima)
|
if (ima)
|
||||||
{
|
{
|
||||||
printf(" , %d new ima hashes");
|
printf(" , %d new ima hashes", ima_hashes_added);
|
||||||
hasher->destroy(hasher);
|
hasher->destroy(hasher);
|
||||||
}
|
}
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user