]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
removed superfluous debug output
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 15 Feb 2013 14:19:16 +0000 (15:19 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 15 Feb 2013 14:19:16 +0000 (15:19 +0100)
src/libimcv/imc/imc_agent.c
src/libimcv/imv/imv_agent.c

index 161623477ebb42d7e72c9fd8d26a1c75518037b9..f309abe7411e9a5bdb1d98fb4e5359372446363b 100644 (file)
@@ -190,8 +190,6 @@ METHOD(imc_agent_t, bind_functions, TNC_Result,
        {
                this->reserve_additional_id = NULL;
        }
-       DBG2(DBG_IMC, "IMC %u \"%s\" provided with bind function",
-                                 this->id, this->name);
 
        if (this->report_message_types_long)
        {
index 99683bc728eb78f62d0316efe8cef9af65c683f1..78e584dfb021be568fdc914dc354feb03caa2393 100644 (file)
@@ -213,8 +213,6 @@ METHOD(imv_agent_t, bind_functions, TNC_Result,
        {
                this->reserve_additional_id = NULL;
        }
-       DBG2(DBG_IMV, "IMV %u \"%s\" provided with bind function",
-                                 this->id, this->name);
 
        if (this->report_message_types_long)
        {