aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-11-19 12:26:47 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-11-28 21:20:24 +0100
commit8c46c649fb85e0623533d7f0775c3265155bfd32 (patch)
tree572c12b4c9cb13810ca6852ee02a6d8f36f7a87d /src
parentd5bde4916a5fd96b6c7d6f48ab628064927c2769 (diff)
downloadstrongswan-8c46c649fb85e0623533d7f0775c3265155bfd32.tar.bz2
strongswan-8c46c649fb85e0623533d7f0775c3265155bfd32.tar.xz
corrected debug groups
Diffstat (limited to 'src')
-rw-r--r--src/libimcv/plugins/imv_attestation/imv_attestation_build.c2
-rw-r--r--src/libpts/pts/components/pts_comp_func_name.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/libimcv/plugins/imv_attestation/imv_attestation_build.c b/src/libimcv/plugins/imv_attestation/imv_attestation_build.c
index 0bab254c4..5d4f78691 100644
--- a/src/libimcv/plugins/imv_attestation/imv_attestation_build.c
+++ b/src/libimcv/plugins/imv_attestation/imv_attestation_build.c
@@ -245,7 +245,7 @@ bool imv_attestation_build(pa_tnc_msg_t *msg,
comp = pts_components->create(pts_components, comp_name);
if (!comp)
{
- DBG2(DBG_TNC, " not registered: removed from request");
+ DBG2(DBG_IMV, " not registered: removed from request");
comp_name->destroy(comp_name);
continue;
}
diff --git a/src/libpts/pts/components/pts_comp_func_name.c b/src/libpts/pts/components/pts_comp_func_name.c
index 792b5d47f..d98850d78 100644
--- a/src/libpts/pts/components/pts_comp_func_name.c
+++ b/src/libpts/pts/components/pts_comp_func_name.c
@@ -108,12 +108,12 @@ METHOD(pts_comp_func_name_t, log_, void,
if (names && types)
{
- DBG2(DBG_TNC, "%s%N functional component '%N' [%s] '%N'",
+ DBG2(DBG_PTS, "%s%N functional component '%N' [%s] '%N'",
label, pen_names, this->vid, names, this->name, flags, types, type);
}
else
{
- DBG2(DBG_TNC, "%s0x%06x functional component 0x%08x 0x%02x",
+ DBG2(DBG_PTS, "%s0x%06x functional component 0x%08x 0x%02x",
label, this->vid, this->name, this->qualifier);
}
}