Similar statistics for packages and file measurements

This commit is contained in:
Andreas Steffen 2014-04-30 17:23:20 +02:00
parent 660f3200ad
commit 887a88d55b
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ METHOD(imv_agent_if_t, batch_ending, TNC_Result,
TNC_IMV_EVALUATION_RESULT_COMPLIANT;
snprintf(result_str, BUF_LEN, "processed %d packages: "
"%d not updated, %d blacklisted, %d ok, "
"%d not found",
"%d unknown",
count, count_update, count_blacklist, count_ok,
count - count_update - count_blacklist - count_ok);
break;