change measurement not found debug level

This commit is contained in:
Andreas Steffen
2011-09-08 12:08:17 +02:00
parent 863f59c560
commit b0ba470fba
@@ -533,7 +533,7 @@ TNC_Result TNC_IMV_ReceiveMessage(TNC_IMVID imv_id,
}
if (!e->enumerate(e, &db_measurement))
{
DBG1(DBG_IMV, " measurement for '%s' not found"
DBG2(DBG_IMV, " measurement for '%s' not found"
" in database", filename);
e->destroy(e);
continue;