corrected debug class to IMV

This commit is contained in:
Andreas Steffen
2011-05-30 23:08:16 +02:00
parent a5cfcc5f50
commit 54b622c30b
+1 -1
View File
@@ -340,7 +340,7 @@ METHOD(imv_agent_t, provide_recommendation, TNC_Result,
METHOD(imv_agent_t, destroy, void,
private_imv_agent_t *this)
{
DBG1(DBG_IMC, "IMV %u \"%s\" terminated", this->id, this->name);
DBG1(DBG_IMV, "IMV %u \"%s\" terminated", this->id, this->name);
this->connections->destroy_offset(this->connections,
offsetof(imv_state_t, destroy));
this->connection_lock->destroy(this->connection_lock);