Similar statistics for packages and file measurements

This commit is contained in:
Andreas Steffen
2014-05-01 09:17:33 +02:00
parent 660f3200ad
commit 887a88d55b
+1 -1
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;