aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-05-30 23:08:16 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-05-30 23:08:16 +0200
commit54b622c30b6e24c480bb4664aa56c9202c0dc1e4 (patch)
treeea7531d9c5b4aa983427159f747b4a0613fd3a66
parenta5cfcc5f50824d83469ca22522c8008c2bbac7b4 (diff)
downloadstrongswan-54b622c30b6e24c480bb4664aa56c9202c0dc1e4.tar.bz2
strongswan-54b622c30b6e24c480bb4664aa56c9202c0dc1e4.tar.xz
corrected debug class to IMV
-rw-r--r--src/libimcv/imv/imv_agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libimcv/imv/imv_agent.c b/src/libimcv/imv/imv_agent.c
index 70a7e9fc9..1309cfebe 100644
--- a/src/libimcv/imv/imv_agent.c
+++ b/src/libimcv/imv/imv_agent.c
@@ -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);